View Source wxGridCellTextEditor (wx v2.4.2)
Functions for wxGridCellTextEditor class
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
Summary
Functions
Destroys the object.
Text cell editor constructor.
The parameters string format is "n" where n is a number representing the maximum width.
Types
-type wxGridCellTextEditor() :: wx:wx_object().
Functions
-spec destroy(This :: wxGridCellTextEditor()) -> ok.
Destroys the object.
-spec new() -> wxGridCellTextEditor().
-spec new([Option]) -> wxGridCellTextEditor() when Option :: {maxChars, integer()}.
Text cell editor constructor.
-spec setParameters(This, Params) -> ok when This :: wxGridCellTextEditor(), Params :: unicode:chardata().
The parameters string format is "n" where n is a number representing the maximum width.