#include </home/zeitlin/src/wx/github/interface/wx/grid.h>
Public Member Functions | |
wxGridCellTextEditor () | |
Default constructor. | |
virtual void | SetParameters (const wxString ¶ms) |
The parameters string format is "n" where n is a number representing the maximum width. |
wxGridCellTextEditor::wxGridCellTextEditor | ( | ) |
Default constructor.
virtual void wxGridCellTextEditor::SetParameters | ( | const wxString & | params | ) | [virtual] |
The parameters string format is "n" where n is a number representing the maximum width.
Reimplemented in wxGridCellFloatEditor, and wxGridCellNumberEditor.