#include </home/zeitlin/src/wx/github/interface/wx/dataview.h>
A wxDataViewCtrl renderer using wxChoice control and indexes into it.
Unlike its base wxDataViewChoiceRenderer class, this one stores the choice index, i.e. an int
, in the variant used by its SetValue() and GetValue().
Public Member Functions | |
wxDataViewChoiceByIndexRenderer (const wxArrayString &choices, wxDataViewCellMode mode=wxDATAVIEW_CELL_EDITABLE, int alignment=wxDVR_DEFAULT_ALIGNMENT) | |
The ctor. |
wxDataViewChoiceByIndexRenderer::wxDataViewChoiceByIndexRenderer | ( | const wxArrayString & | choices, |
wxDataViewCellMode | mode = wxDATAVIEW_CELL_EDITABLE , |
||
int | alignment = wxDVR_DEFAULT_ALIGNMENT |
||
) |
The ctor.