Version: 2.9.4
Public Member Functions
wxDataViewSpinRenderer Class Reference

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

Inheritance diagram for wxDataViewSpinRenderer:

Detailed Description

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.

Library:  wxAdvanced
Category:  wxDataViewCtrl Related Classes

Public Member Functions

 wxDataViewSpinRenderer (int min, int max, wxDataViewCellMode mode=wxDATAVIEW_CELL_EDITABLE, int align=wxDVR_DEFAULT_ALIGNMENT)
 Constructor.

List of all members.


Constructor & Destructor Documentation

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines