wxSpinEvent
Functions for wxSpinEvent class
- Provided by: erlang-manpages (Version: 1:25.3.2.8+dfsg-1ubuntu4.6)
- Source: erlang
- Report a bug
Functions for wxSpinEvent class
This 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
Use wxEvtHandler:connect/3 with wxSpinEventType to subscribe to events of this type.
wxSpinEvent() = wx:wx_object()
wxSpin() =
#wxSpin{type = wxSpinEvent:wxSpinEventType(),
commandInt = integer()}
wxSpinEventType() =
command_spinctrl_updated | spin_up | spin_down | spin
getPosition(This) -> integer()
Types:
Retrieve the current spin button or control value.
setPosition(This, Pos) -> ok
Types:
Set the value associated with the event.