Version: 2.9.4
Public Member Functions
wxDataViewChoiceByIndexRenderer Class Reference

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

Inheritance diagram for wxDataViewChoiceByIndexRenderer:

Detailed Description

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().

Library:  wxAdvanced
Category:  wxDataViewCtrl Related Classes

Public Member Functions

 wxDataViewChoiceByIndexRenderer (const wxArrayString &choices, wxDataViewCellMode mode=wxDATAVIEW_CELL_EDITABLE, int alignment=wxDVR_DEFAULT_ALIGNMENT)
 The ctor.

List of all members.


Constructor & Destructor Documentation

wxDataViewChoiceByIndexRenderer::wxDataViewChoiceByIndexRenderer ( const wxArrayString choices,
wxDataViewCellMode  mode = wxDATAVIEW_CELL_EDITABLE,
int  alignment = wxDVR_DEFAULT_ALIGNMENT 
)

The ctor.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines