wxGridCellNumberEditor
Functions for wxGridCellNumberEditor class
- Provided by: erlang-manpages (Version: 1:25.3.2.8+dfsg-1ubuntu4.6)
- Source: erlang
- Report a bug
Functions for wxGridCellNumberEditor class
Grid cell editor for numeric integer data.
See: wxGridCellEditor, wxGridCellAutoWrapStringEditor (not implemented in wx), wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellEnumEditor (not implemented in wx), wxGridCellFloatEditor, wxGridCellTextEditor, wxGridCellDateEditor (not implemented in wx)
This class is derived (and can use functions) from: wxGridCellTextEditor wxGridCellEditor
wxWidgets docs: wxGridCellNumberEditor
wxGridCellNumberEditor() = wx:wx_object()
new() -> wxGridCellNumberEditor()
new(Options :: [Option]) -> wxGridCellNumberEditor()
Types:
Allows you to specify the range for acceptable data.
Values equal to -1 for both min and max indicate that no range checking should be done.
getValue(This) -> unicode:charlist()
Types:
Returns the value currently in the editor control.
setParameters(This, Params) -> ok
Types:
Parameters string format is "min,max".
destroy(This :: wxGridCellNumberEditor()) -> ok
Destroys the object.