wxGridCellFloatEditor Class Reference
[Grid Related Classes]

#include <wx/grid.h>

Inheritance diagram for wxGridCellFloatEditor:

Inheritance graph
[legend]

Detailed Description

The editor for floating point numbers data.

Library:  wxAdvanced

Category:  Grid Related Classes

See also:
wxGridCellEditor, wxGridCellNumberEditor, wxGridCellBoolEditor, wxGridCellTextEditor, wxGridCellChoiceEditor

Public Member Functions

 wxGridCellFloatEditor (int width=-1, int precision=-1)
virtual void SetParameters (const wxString &params)
 Parameters string format is "width,precision".

List of all members.


Constructor & Destructor Documentation

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

Parameters:
width Minimum number of characters to be shown.
precision Number of digits after the decimal dot.


Member Function Documentation

virtual void wxGridCellFloatEditor::SetParameters ( const wxString params  )  [virtual]

Parameters string format is "width,precision".

Reimplemented from wxGridCellTextEditor.



wxWidgets logo

[ top ]