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.
|