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

wxGridCellTextEditor - Functions for wxGridCellTextEditor class

Data Types

wxGridCellTextEditor() = wx:wx_object()

Description

       Grid cell editor for string/text data.

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

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

       wxWidgets docs: wxGridCellTextEditor

Exports

new()->wxGridCellTextEditor()new(Options::[Option])->wxGridCellTextEditor()

              Types:

                 Option = {maxChars, integer()}

              Text cell editor constructor.

       setParameters(This,Params)->ok

              Types:

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

              The parameters string format is "n" where n is a number representing the maximum width.

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

              Destroys the object.

wxWidgets team.                                     wx 2.1.1                          wxGridCellTextEditor(3erl)

Name

       wxGridCellTextEditor - Functions for wxGridCellTextEditor class

See Also