Version: 2.9.4
Public Member Functions
wxGridCellEnumEditor Class Reference

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

Inheritance diagram for wxGridCellEnumEditor:

Detailed Description

Grid cell editor which displays an enum number as a textual equivalent (eg.

data in cell is 0,1,2 ... n the cell could be displayed as "John","Fred"..."Bob" in the combo choice box).

Library:  wxAdvanced
Category:  Grid Related Classes
参照:
wxGridCellEditor, wxGridCellAutoWrapStringEditor, wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellTextEditor, wxGridCellFloatEditor, wxGridCellNumberEditor

Public Member Functions

 wxGridCellEnumEditor (const wxString &choices=wxEmptyString)
 Enum cell editor ctor.

List of all members.


Constructor & Destructor Documentation

wxGridCellEnumEditor::wxGridCellEnumEditor ( const wxString choices = wxEmptyString)

Enum cell editor ctor.

Parameters:
choicesComma separated choice parameters "item1[,item2[...,itemN]]".
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines