wxSpinEvent

See external documentation: wxSpinEvent.

See external documentation: wxSpinEvent.

Use wxEvtHandler:connect/3 with EventType:

command_spinctrl_updated, spin_up, spin_down, spin

See also the message variant #wxSpin{} event record type.

This class is derived (and can use functions) from:
wxNotifyEvent
wxCommandEvent
wxEvent

Types


wxSpinEvent() = wx:wx_object()

Functions


getPosition(This) -> integer()

  • This = wxSpinEvent()

See external documentation.

setPosition(This, Pos) -> ok

  • This = wxSpinEvent()
  • Pos = integer()

See external documentation.