#include <wx/grid.h>

The editor for floating point numbers data.
Public Member Functions | |
| wxGridCellFloatEditor (int width=-1, int precision=-1) | |
| Float cell editor ctor. | |
| virtual void | SetParameters (const wxString ¶ms) |
| Parameters string format is "width,precision". | |
| wxGridCellFloatEditor::wxGridCellFloatEditor | ( | int | width = -1, |
|
| int | precision = -1 | |||
| ) |
Float cell editor ctor.
| width | Minimum number of characters to be shown. | |
| precision | Number of digits after the decimal dot. |
| virtual void wxGridCellFloatEditor::SetParameters | ( | const wxString & | params | ) | [virtual] |
Parameters string format is "width,precision".
Reimplemented from wxGridCellTextEditor.
|
[ top ] |