#include </home/zeitlin/src/wx/github/interface/wx/grid.h>
Inheritance diagram for wxGridCellEnumEditor: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).
Public Member Functions | |
| wxGridCellEnumEditor (const wxString &choices=wxEmptyString) | |
| Enum cell editor ctor. | |
| wxGridCellEnumEditor::wxGridCellEnumEditor | ( | const wxString & | choices = wxEmptyString | ) |
Enum cell editor ctor.
| choices | Comma separated choice parameters "item1[,item2[...,itemN]]". |