]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/tabevent.tex
fall back on text value if no long/double value could be retrieved from the cell
[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
954b8ae6
JS
12\wxheading{Include files}
13
14<wx/tabctrl.h>
15
38009d39
JS
16\wxheading{Event table macros}
17
18To process a tab event, use these event handler macros to direct input to member
19functions that take a wxTabEvent argument.
20
21\twocolwidtha{7cm}
22\begin{twocollist}\itemsep=0pt
23\twocolitem{{\bf EVT\_TAB\_SEL\_CHANGED(id, func)}}{Process a wxEVT\_TAB\_SEL\_CHANGED event, indicating that
24the tab selection has changed.}
25\twocolitem{{\bf EVT\_TAB\_SEL\_CHANGING(id, func)}}{Process a wxEVT\_TAB\_SEL\_CHANGING event, indicating that
26the tab selection is changing.}
27\end{twocollist}%
28
29\wxheading{See also}
30
31\helpref{wxTabCtrl}{wxtabctrl}
32
33\latexignore{\rtfignore{\wxheading{Members}}}
34
35\membersection{wxTabEvent::wxTabEvent}\label{wxtabeventconstr}
36
37\func{}{wxTabEvent}{\param{WXTYPE}{ commandType = 0}, \param{int}{ id = 0}}
38
39Constructor.
40
41