wxGridCellFloatEditor - Functions for wxGridCellFloatEditor class
Please see following description for synopsis
wxGridCellFloatEditor(3) Erlang Module Definition wxGridCellFloatEditor(3)
NAME
wxGridCellFloatEditor - Functions for wxGridCellFloatEditor class
DESCRIPTION
The editor for floating point numbers data.
See: wxGridCellEditor, wxGridCellAutoWrapStringEditor (not implemented
in wx), wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellEnumEd-
itor (not implemented in wx), wxGridCellNumberEditor, wxGridCellTextEd-
itor, wxGridCellDateEditor (not implemented in wx)
This class is derived (and can use functions) from: wxGridCellEditor
wxWidgets docs: wxGridCellFloatEditor
DATA TYPES
wxGridCellFloatEditor() = wx:wx_object()
EXPORTS
new() -> wxGridCellFloatEditor()
new(Options :: [Option]) -> wxGridCellFloatEditor()
Types:
Option =
{width, integer()} |
{precision, integer()} |
{format, integer()}
Float cell editor ctor.
setParameters(This, Params) -> ok
Types:
This = wxGridCellFloatEditor()
Params = unicode:chardata()
The parameters string format is "width[,precision[,format]]"
where format should be chosen between f|e|g|E|G (f is used by
default)
destroy(This :: wxGridCellFloatEditor()) -> ok
Destroys the object.
wxWidgets team. wx 2.1.1 wxGridCellFloatEditor(3)