.TH wxSpinEvent 3erl "wx 2.4.1" "wxWidgets team." "Erlang Module Definition" .SH NAME wxSpinEvent \- Functions for wxSpinEvent class .SH DESCRIPTION .LP This event class is used for the events generated by \fIwxSpinButton\fR\& and \fIwxSpinCtrl\fR\&\&. .LP See: \fIwxSpinButton\fR\&, and, \fIwxSpinCtrl\fR\& .LP This class is derived (and can use functions) from: \fIwxNotifyEvent\fR\& \fIwxCommandEvent\fR\& \fIwxEvent\fR\& .LP wxWidgets docs: wxSpinEvent .SH "EVENTS" .LP Use \fIwxEvtHandler:connect/3\fR\& with \fIwxSpinEventType\fR\& to subscribe to events of this type\&. .SH DATA TYPES .nf \fBwxSpinEvent()\fR\& = wx:wx_object() .br .fi .nf \fBwxSpin()\fR\& = .br #wxSpin{type = wxSpinEvent:wxSpinEventType(), .br commandInt = integer()} .br .fi .nf \fBwxSpinEventType()\fR\& = .br command_spinctrl_updated | spin_up | spin_down | spin .br .fi .SH EXPORTS .LP .nf .B getPosition(This) -> integer() .br .fi .br .RS .LP Types: .RS 3 This = wxSpinEvent() .br .RE .RE .RS .LP Retrieve the current spin button or control value\&. .RE .LP .nf .B setPosition(This, Pos) -> ok .br .fi .br .RS .LP Types: .RS 3 This = wxSpinEvent() .br Pos = integer() .br .RE .RE .RS .LP Set the value associated with the event\&. .RE