.\" This is a wxWidgets manpage page generated from the XML docs .TH wxSpinEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxSpinEvent \- An event from wxSpinButton .SH DESCRIPTION This event class is used for the events generated by wxSpinButton and wxSpinCtrl . .SH "PARENTS" wxNotifyEvent wxCommandEvent wxEvent wxObject .SH "INCLUDE FILES" wx/spinbutt.hor .SH MEMBERS .SS wxSpinEvent (wxEventType commandType = wxEVT_NULLint id = 0) The constructor is not normally used by the user code. .SS int GetPosition () Retrieve the current spin button or control value. .SS void SetPosition (int pos) Set the value associated with the event. .SH "SEE ALSO" wxNotifyEvent wxCommandEvent wxEvent wxObject wxSpinButton and wxSpinCtrl .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.