logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxGridCellChoiceEditor - Functions for wxGridCellChoiceEditor class

Data Types

wxGridCellChoiceEditor() = wx:wx_object()

Description

       Grid cell editor for string data providing the user a choice from a list of strings.

       See:  wxGridCellEditor,  wxGridCellAutoWrapStringEditor  (not  implemented  in wx), wxGridCellBoolEditor,
       wxGridCellEnumEditor   (not   implemented   in   wx),   wxGridCellFloatEditor,    wxGridCellNumberEditor,
       wxGridCellTextEditor, wxGridCellDateEditor (not implemented in wx)

       This class is derived (and can use functions) from: wxGridCellEditor

       wxWidgets docs: wxGridCellChoiceEditor

Exports

new(Choices)->wxGridCellChoiceEditor()

              Types:

                 Choices = [unicode:chardata()]

       new(Choices,Options::[Option])->wxGridCellChoiceEditor()

              Types:

                 Choices = [unicode:chardata()]
                 Option = {allowOthers, boolean()}

              Choice cell renderer ctor.

       setParameters(This,Params)->ok

              Types:

                 This = wxGridCellChoiceEditor()
                 Params = unicode:chardata()

              Parameters string format is "item1[,item2[...,itemN]]".

              This method can be called before the editor is used for the first time, or later, in which case it
              replaces the previously specified strings with the new ones.

       destroy(This::wxGridCellChoiceEditor())->ok

              Destroys the object.

wxWidgets team.                                     wx 2.1.1                        wxGridCellChoiceEditor(3erl)

Name

       wxGridCellChoiceEditor - Functions for wxGridCellChoiceEditor class

See Also