#include </home/work/projects/wx/2.9/wx/interface/wx/grid.h>

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] |
|
[ top ] |