wxDataViewIndexListModel is a specialized data model which lets
you address an item by its position (row) rather than its
wxDataViewIndexListModel is a specialized data model which lets
you address an item by its position (row) rather than its
wxDataViewVirtualListModel is a specialized data model which lets
you address an item by its position (row) rather than its
wxDataViewVirtualListModel is a specialized data model which lets
you address an item by its position (row) rather than its
wxDataViewCtrl is a control to display data either
in a tree like fashion or in a tabular form or both.
wxDataViewCtrl is a control to display data either
in a tree like fashion or in a tabular form or both.
This class is used by wxDataViewCtrl to render the individual cells.
One instance of a renderer class is owned by a wxDataViewColumn. There
This class is used by wxDataViewCtrl to render the individual cells.
One instance of a renderer class is owned by a wxDataViewColumn. There
The wxDataViewIconTextRenderer class is used to display text with
a small icon next to it as it is typically done in a file manager.
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 is a specialized renderer for rendering integer values. It
supports modifying the values in-place by using a wxSpinCtrl.
This is a specialized renderer for rendering integer values. It
supports modifying the values in-place by using a wxSpinCtrl.
The same as wxDataViewTextRenderer but with
support for font attributes. Font attributes are currently only supported
The same as wxDataViewTextRenderer but with
support for font attributes. Font attributes are currently only supported
You need to derive a new class from wxDataViewCustomRenderer in
order to write a new renderer. You need to override at least
You need to derive a new class from wxDataViewCustomRenderer in
order to write a new renderer. You need to override at least
This class represents a column in a wxDataViewCtrl.
One wxDataViewColumn is bound to one column in the data model,
This class represents a column in a wxDataViewCtrl.
One wxDataViewColumn is bound to one column in the data model,
wxDataViewTreeStore is a specialised wxDataViewModel
for displaying simple trees very much like wxTreeCtrl
wxDataViewTreeStore is a specialised wxDataViewModel
for displaying simple trees very much like wxTreeCtrl