.TH wxSpinEvent 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxSpinEvent \- See external documentation: wxSpinEvent. .SH DESCRIPTION .LP See external documentation: wxSpinEvent\&. .RS 2 .TP 2 .B Use \fBwxEvtHandler:connect/3\fR\& with EventType:: \fIcommand_spinctrl_updated\fR\&, \fIspin_up\fR\&, \fIspin_down\fR\&, \fIspin\fR\& .RE .LP See also the message variant \fB#wxSpin{\fR\&} event record type\&. .LP This class is derived (and can use functions) from: .br \fBwxNotifyEvent\fR\& .br \fBwxCommandEvent\fR\& .br \fBwxEvent\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B wxSpinEvent(): .RS 2 .LP An object reference, The representation is internal and can be changed without notice\&. It can\&'t be used for comparsion stored on disc or distributed for use on other nodes\&. .RE .RE .SH EXPORTS .LP .B getPosition(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxSpinEvent()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPosition(This, Pos) -> ok .br .RS .LP Types: .RS 3 This = \fBwxSpinEvent()\fR\& .br Pos = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .SH AUTHORS .LP .I <>