#include </home/zeitlin/src/wx/github/interface/wx/dataview.h>
This is a specialized renderer for rendering integer values.
It supports modifying the values in-place by using a wxSpinCtrl. The renderer only support variants of type long.
Public Member Functions | |
wxDataViewSpinRenderer (int min, int max, wxDataViewCellMode mode=wxDATAVIEW_CELL_EDITABLE, int align=wxDVR_DEFAULT_ALIGNMENT) | |
Constructor. |
wxDataViewSpinRenderer::wxDataViewSpinRenderer | ( | int | min, |
int | max, | ||
wxDataViewCellMode | mode = wxDATAVIEW_CELL_EDITABLE , |
||
int | align = wxDVR_DEFAULT_ALIGNMENT |
||
) |
Constructor.
min and max indicate the minimum and maximum values for the wxSpinCtrl.