![]() |
![]()
| ![]() |
![]()
NAMEwxSpinEvent - Functions for wxSpinEvent class DESCRIPTIONThis event class is used for the events generated by wxSpinButton and wxSpinCtrl. See: wxSpinButton, and, wxSpinCtrl This class is derived (and can use functions) from: wxNotifyEvent wxCommandEvent wxEvent wxWidgets docs: wxSpinEvent EVENTSUse wxEvtHandler:connect/3 with wxSpinEventType to subscribe to events of this type. DATA TYPESwxSpinEvent() = wx:wx_object() wxSpin() = wxSpinEventType() = EXPORTSgetPosition(This) -> integer() Types: This = wxSpinEvent()
Retrieve the current spin button or control value. setPosition(This, Pos) -> ok Types: This = wxSpinEvent()
Pos = integer() Set the value associated with the event.
|