]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/tabevent.tex
enable verbose messages by default in debug builds
[wxWidgets.git] / docs / latex / wx / tabevent.tex
CommitLineData
38009d39
JS
1\section{\class{wxTabEvent}}\label{wxtabevent}
2
3This class represents the events generated by a tab control.
4
5\wxheading{Derived from}
6
7\helpref{wxCommandEvent}{wxcommandevent}\\
8\helpref{wxEvent}{wxevent}\\
9\helpref{wxEvtHandler}{wxevthandler}\\
10\helpref{wxObject}{wxobject}
11
12\wxheading{Event table macros}
13
14To process a tab event, use these event handler macros to direct input to member
15functions that take a wxTabEvent argument.
16
17\twocolwidtha{7cm}
18\begin{twocollist}\itemsep=0pt
19\twocolitem{{\bf EVT\_TAB\_SEL\_CHANGED(id, func)}}{Process a wxEVT\_TAB\_SEL\_CHANGED event, indicating that
20the tab selection has changed.}
21\twocolitem{{\bf EVT\_TAB\_SEL\_CHANGING(id, func)}}{Process a wxEVT\_TAB\_SEL\_CHANGING event, indicating that
22the tab selection is changing.}
23\end{twocollist}%
24
25\wxheading{See also}
26
27\helpref{wxTabCtrl}{wxtabctrl}
28
29\latexignore{\rtfignore{\wxheading{Members}}}
30
31\membersection{wxTabEvent::wxTabEvent}\label{wxtabeventconstr}
32
33\func{}{wxTabEvent}{\param{WXTYPE}{ commandType = 0}, \param{int}{ id = 0}}
34
35Constructor.
36
37