Contents Up Previous Next

wxGridCellFloatEditor

The editor for floating point numbers data.

Derived from

wxGridCellTextEditor
wxGridCellEditor

See also

wxGridCellEditor, wxGridCellNumberEditor, wxGridCellBoolEditor, wxGridCellTextEditor, wxGridCellChoiceEditor

Members

wxGridCellFloatEditor::wxGridCellFloatEditor
wxGridCellFloatEditor::SetParameters


wxGridCellFloatEditor::wxGridCellFloatEditor

wxGridCellFloatEditor(int width = -1, int precision = -1)

width

precision


wxGridCellFloatEditor::SetParameters

void SetParameters(const wxString& params)

Parameters string format is "width,precision"