Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxGridCellTextEditor (3erl)

Name

wxGridCellTextEditor - Functions for wxGridCellTextEditor class

Synopsis

Please see following description for synopsis

Description

wxGridCellTextEditor(3)    Erlang Module Definition    wxGridCellTextEditor(3)



NAME
       wxGridCellTextEditor - Functions for wxGridCellTextEditor class

DESCRIPTION
       Grid cell editor for string/text data.

       See:  wxGridCellEditor, wxGridCellAutoWrapStringEditor (not implemented
       in wx), wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellEnumEd-
       itor  (not  implemented  in  wx), wxGridCellFloatEditor, wxGridCellNum-
       berEditor, wxGridCellDateEditor (not implemented in wx)

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

       wxWidgets docs: wxGridCellTextEditor

DATA TYPES
       wxGridCellTextEditor() = wx:wx_object()

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  repre-
              senting the maximum width.

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

              Destroys the object.



wxWidgets team.                    wx 2.1.1            wxGridCellTextEditor(3)