#include <wx/dataview.h>

This class is used by wxDataViewCtrl to render toggle controls.
Public Member Functions | |
| wxDataViewToggleRenderer (const wxString &varianttype="bool", wxDataViewCellMode mode=wxDATAVIEW_CELL_INERT, int align=wxDVR_DEFAULT_ALIGNMENT) | |
| The ctor. | |
| wxDataViewToggleRenderer::wxDataViewToggleRenderer | ( | const wxString & | varianttype = "bool", |
|
| wxDataViewCellMode | mode = wxDATAVIEW_CELL_INERT, |
|||
| int | align = wxDVR_DEFAULT_ALIGNMENT | |||
| ) |
The ctor.
|
[ top ] |