merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
51
docs/latex/wx/spinevt.tex
Normal file
51
docs/latex/wx/spinevt.tex
Normal file
@@ -0,0 +1,51 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Name: spinevt.tex
|
||||
%% Purpose: wxSpinEvent documentation
|
||||
%% Author: Vadim Zeitlin
|
||||
%% Modified by:
|
||||
%% Created: 29.03.00
|
||||
%% RCS-ID: $Id$
|
||||
%% Copyright: (c) Vadim Zeitlin
|
||||
%% License: wxWindows license
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\section{\class{wxSpinEvent}}\label{wxspinevent}
|
||||
|
||||
This event class is used for the events generated by
|
||||
\helpref{wxSpinButton}{wxspinbutton} and \helpref{wxSpinCtrl}{wxspinctrl}.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxNotifyEvent}{wxnotifyevent}\\
|
||||
\helpref{wxCommandEvent}{wxcommandevent}\\
|
||||
\helpref{wxEvent}{wxevent}\\
|
||||
\helpref{wxObject}{wxobject}
|
||||
|
||||
\wxheading{Include files}
|
||||
|
||||
<wx/spinbutt.h> or <wx/spinctrl.h>
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxSpinButton}{wxspinbutton} and \helpref{wxSpinCtrl}{wxspinctrl}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxSpinEvent::wxSpinEvent}\label{wxspineventctor}
|
||||
|
||||
\func{}{wxSpinEvent}{\param{wxEventType }{commandType = wxEVT\_NULL}, \param{int }{id = 0}}
|
||||
|
||||
The constructor is not normally used by the user code.
|
||||
|
||||
\membersection{wxSpinEvent::GetPosition}\label{wxspineventgetposition}
|
||||
|
||||
\constfunc{int}{GetPosition}{\void}
|
||||
|
||||
Retrieve the current spin button or control value.
|
||||
|
||||
\membersection{wxSpinEvent::SetPosition}\label{wxspineventsetposition}
|
||||
|
||||
\func{void}{SetPosition}{\param{int }{pos}}
|
||||
|
||||
Set the value associated with the event.
|
||||
|
Reference in New Issue
Block a user