wxGridCellFloatRenderer
Module
Module Summary
Description
This class may be used to format floating point data in a cell.
See: wxGridCellRenderer, wxGridCellAutoWrapStringRenderer (not implemented in wx), wxGridCellBoolRenderer, wxGridCellDateTimeRenderer (not implemented in wx), wxGridCellEnumRenderer (not implemented in wx), wxGridCellNumberRenderer, wxGridCellStringRenderer
This class is derived (and can use functions) from: wxGridCellStringRenderer wxGridCellRenderer
wxWidgets docs: wxGridCellFloatRenderer
new() -> wxGridCellFloatRenderer()
|
new(Options :: [Option]) -> wxGridCellFloatRenderer()
|
Types
{width, integer()} |
{precision, integer()} |
{format, integer()}
Float cell renderer ctor.
Types
Returns the precision.
Types
Returns the width.
The parameters string format is "width[,precision[,format]]" where format should be chosen between f|e|g|E|G (f is used by default)
Sets the precision.
Sets the width.
destroy(This :: wxGridCellFloatRenderer()) -> ok |
Destroys the object.