#include </home/zeitlin/src/wx/github/interface/wx/dataview.h>
Inheritance diagram for wxDataViewIconTextRenderer:The wxDataViewIconTextRenderer class is used to display text with a small icon next to it as it is typically done in a file manager.
This classes uses the wxDataViewIconText helper class to store its data. wxDataViewIconText can be converted to and from a wxVariant using the left shift operator.
Public Member Functions | |
| wxDataViewIconTextRenderer (const wxString &varianttype="wxDataViewIconText", wxDataViewCellMode mode=wxDATAVIEW_CELL_INERT, int align=wxDVR_DEFAULT_ALIGNMENT) | |
| The ctor. | |
| wxDataViewIconTextRenderer::wxDataViewIconTextRenderer | ( | const wxString & | varianttype = "wxDataViewIconText", |
| wxDataViewCellMode | mode = wxDATAVIEW_CELL_INERT, |
||
| int | align = wxDVR_DEFAULT_ALIGNMENT |
||
| ) |
The ctor.