This event class is used for the events generated by wxSpinButton and wxSpinCtrl.
Derived from
wxNotifyEvent
wxCommandEvent
wxEvent
wxObject
Include files
<wx/spinbutt.h> or <wx/spinctrl.h>
See also
Members
wxSpinEvent::wxSpinEvent
wxSpinEvent::GetPosition
wxSpinEvent::SetPosition
wxSpinEvent(wxEventType commandType = wxEVT_NULL, int id = 0)
The constructor is not normally used by the user code.
int GetPosition() const
Retrieve the current spin button or control value.
void SetPosition(int pos)
Set the value associated with the event.