Version: 2.9.4
Public Member Functions
wxGridCellTextEditor Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/grid.h>

Inheritance diagram for wxGridCellTextEditor:

Detailed Description

Grid cell editor for string/text data.

Library:  wxAdvanced
Category:  Grid Related Classes
参照:
wxGridCellEditor, wxGridCellAutoWrapStringEditor, wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellEnumEditor, 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