查看源码 wxSpinEvent (wx v2.4.3)
此事件类用于由 wxSpinButton
和 wxSpinCtrl
生成的事件。
参见
此类派生自以下类,并可以使用其函数:
wxWidgets 文档: wxSpinEvent
事件
使用 wxEvtHandler:connect/3
和 wxSpinEventType
来订阅此类型的事件。
摘要
类型
-type wxSpin() :: #wxSpin{type :: wxSpinEvent:wxSpinEventType(), commandInt :: integer()}.
-type wxSpinEvent() :: wx:wx_object().
-type wxSpinEventType() :: command_spinctrl_updated | spin_up | spin_down | spin.
函数
-spec getPosition(This) -> integer() when This :: wxSpinEvent().
检索当前微调按钮或控件的值。
-spec setPosition(This, Pos) -> ok when This :: wxSpinEvent(), Pos :: integer().
设置与事件关联的值。