#include </home/zeitlin/src/wx/github/interface/wx/grid.h>
Public Member Functions | |
wxGridCellFloatEditor (int width=-1, int precision=-1, int format=wxGRID_FLOAT_FORMAT_DEFAULT) | |
Float cell editor ctor. | |
virtual void | SetParameters (const wxString ¶ms) |
The parameters string format is "width[,precision[,format]]" where format should be chosen between f|e|g|E|G (f is used by default) |
wxGridCellFloatEditor::wxGridCellFloatEditor | ( | int | width = -1 , |
int | precision = -1 , |
||
int | format = wxGRID_FLOAT_FORMAT_DEFAULT |
||
) |
Float cell editor ctor.
width | Minimum number of characters to be shown. |
precision | Number of digits after the decimal dot. |
format | The format to use for displaying the number, a combination of wxGridCellFloatFormat enum elements. This parameter is only available since wxWidgets 2.9.3. |
virtual void wxGridCellFloatEditor::SetParameters | ( | const wxString & | params | ) | [virtual] |
The parameters string format is "width[,precision[,format]]" where format
should be chosen between f|e|g|E|G (f is used by default)
Reimplemented from wxGridCellTextEditor.