]>
Commit | Line | Data |
---|---|---|
1 | \section{\class{wxTabEvent}}\label{wxtabevent} | |
2 | ||
3 | This 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 | ||
14 | To process a tab event, use these event handler macros to direct input to member | |
15 | functions 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 | |
20 | the tab selection has changed.} | |
21 | \twocolitem{{\bf EVT\_TAB\_SEL\_CHANGING(id, func)}}{Process a wxEVT\_TAB\_SEL\_CHANGING event, indicating that | |
22 | the 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 | ||
35 | Constructor. | |
36 | ||
37 |