wxGridCellTextEditor Class Reference
[Grid Related Classes]

#include <wx/grid.h>

Inheritance diagram for wxGridCellTextEditor:
Inheritance graph
[legend]

Detailed Description

Grid cell editor for string/text data.

Library:  wxAdvanced
Category:  Grid Related Classes
See also:
wxGridCellEditor, wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellFloatEditor, wxGridCellNumberEditor

Public Member Functions

 wxGridCellTextEditor ()
 Default constructor.
virtual void SetParameters (const wxString &params)
 The parameters string format is "n" where n is a number representing the maximum width.

List of all members.


Constructor & Destructor Documentation

wxGridCellTextEditor::wxGridCellTextEditor (  ) 

Default constructor.


Member Function Documentation

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



wxWidgets logo

[ top ]