spinevt.tex

来自「Wxpython Implemented on Windows CE, Sou」· TEX 代码 · 共 54 行

TEX
54
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Name:        spinevt.tex
%% Purpose:     wxSpinEvent documentation
%% Author:      Vadim Zeitlin
%% Modified by:
%% Created:     29.03.00
%% RCS-ID:      $Id: spinevt.tex,v 1.5 2005/02/22 15:09:53 ABX Exp $
%% 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>

\input spinevt.inc

\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.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?