]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/spinevt.tex
updated tags info
[wxWidgets.git] / docs / latex / wx / spinevt.tex
CommitLineData
f6bcfd97
BP
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% Name: spinevt.tex
3%% Purpose: wxSpinEvent documentation
4%% Author: Vadim Zeitlin
5%% Modified by:
6%% Created: 29.03.00
7%% RCS-ID: $Id$
8%% Copyright: (c) Vadim Zeitlin
9%% License: wxWindows license
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12\section{\class{wxSpinEvent}}\label{wxspinevent}
13
14This event class is used for the events generated by
15\helpref{wxSpinButton}{wxspinbutton} and \helpref{wxSpinCtrl}{wxspinctrl}.
16
17\wxheading{Derived from}
18
19\helpref{wxNotifyEvent}{wxnotifyevent}\\
20\helpref{wxCommandEvent}{wxcommandevent}\\
21\helpref{wxEvent}{wxevent}\\
22\helpref{wxObject}{wxobject}
23
24\wxheading{Include files}
25
26<wx/spinbutt.h> or <wx/spinctrl.h>
27
28\wxheading{See also}
29
30\helpref{wxSpinButton}{wxspinbutton} and \helpref{wxSpinCtrl}{wxspinctrl}
31
32\latexignore{\rtfignore{\wxheading{Members}}}
33
34\membersection{wxSpinEvent::wxSpinEvent}\label{wxspineventctor}
35
36\func{}{wxSpinEvent}{\param{wxEventType }{commandType = wxEVT\_NULL}, \param{int }{id = 0}}
37
38The constructor is not normally used by the user code.
39
40\membersection{wxSpinEvent::GetPosition}\label{wxspineventgetposition}
41
42\constfunc{int}{GetPosition}{\void}
43
44Retrieve the current spin button or control value.
45
46\membersection{wxSpinEvent::SetPosition}\label{wxspineventsetposition}
47
48\func{void}{SetPosition}{\param{int }{pos}}
49
50Set the value associated with the event.
51