查看源码 wxSpinEvent (wx v2.4.3)

此事件类用于由 wxSpinButtonwxSpinCtrl 生成的事件。

参见

此类派生自以下类,并可以使用其函数:

wxWidgets 文档: wxSpinEvent

事件

使用 wxEvtHandler:connect/3wxSpinEventType 来订阅此类型的事件。

摘要

函数

检索当前微调按钮或控件的值。

设置与事件关联的值。

类型

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

检索当前微调按钮或控件的值。

链接到此函数

setPosition(This, Pos)

查看源码
-spec setPosition(This, Pos) -> ok when This :: wxSpinEvent(), Pos :: integer().

设置与事件关联的值。