wxSpinEvent (wx v2.5.4)

Copy Markdown View Source

This event class is used for the events generated by wxSpinButton and wxSpinCtrl.

See:

This class is derived, and can use functions, from:

wxWidgets docs: wxSpinEvent

Events

Use wxEvtHandler:connect/3 with wxSpinEventType to subscribe to events of this type.

Summary

Functions

Retrieve the current spin button or control value.

Set the value associated with the event.

Types

wxSpin()

-type wxSpin() :: #wxSpin{type :: wxSpinEvent:wxSpinEventType(), commandInt :: integer()}.

wxSpinEvent()

-type wxSpinEvent() :: wx:wx_object().

wxSpinEventType()

-type wxSpinEventType() :: command_spinctrl_updated | spin_up | spin_down | spin.

Functions

getPosition(This :: wxSpinEvent()) -> integer()

Retrieve the current spin button or control value.

setPosition(This :: wxSpinEvent(), Pos :: integer()) -> ok

Set the value associated with the event.