wxGridCellTextEditor(3erl) | Erlang Module Definition | wxGridCellTextEditor(3erl) |
wxGridCellTextEditor - 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
wxGridCellTextEditor() = wx:wx_object()
new() -> wxGridCellTextEditor()
new(Options :: [Option]) -> wxGridCellTextEditor()
Types:
Text cell editor constructor.
setParameters(This, Params) -> ok
Types:
The parameters string format is "n" where n is a number representing the maximum width.
destroy(This :: wxGridCellTextEditor()) -> ok
Destroys the object.
wx 2.2.1 | wxWidgets team. |