wxSpinEventThis event class is used for the events generated by wxSpinButton and wxSpinCtrl. Derived from
wxNotifyEvent Include files <wx/spinbutt.h> or <wx/spinctrl.h> Event handling To process input from a spin button, use one of these event handler macros to direct input to member functions that take a wxSpinEvent argument:
Members
wxSpinEvent::wxSpinEvent
wxSpinEvent::wxSpinEventwxSpinEvent(wxEventType commandType = wxEVT_NULL, int id = 0) The constructor is not normally used by the user code.
wxSpinEvent::GetPositionint GetPosition() const Retrieve the current spin button or control value.
wxSpinEvent::SetPositionvoid SetPosition(int pos) Set the value associated with the event.
|