1 \section{\class{wxTabEvent
}}\label{wxtabevent
}
3 This class represents the events generated by a tab control.
5 \wxheading{Derived from
}
7 \helpref{wxCommandEvent
}{wxcommandevent
}\\
8 \helpref{wxEvent
}{wxevent
}\\
9 \helpref{wxEvtHandler
}{wxevthandler
}\\
10 \helpref{wxObject
}{wxobject
}
12 \wxheading{Include files
}
16 \wxheading{Event table macros
}
18 To process a tab event, use these event handler macros to direct input to member
19 functions that take a wxTabEvent argument.
22 \begin{twocollist
}\itemsep=
0pt
23 \twocolitem{{\bf EVT
\_TAB\_SEL\_CHANGED(id, func)
}}{Process a wxEVT
\_TAB\_SEL\_CHANGED event, indicating that
24 the tab selection has changed.
}
25 \twocolitem{{\bf EVT
\_TAB\_SEL\_CHANGING(id, func)
}}{Process a wxEVT
\_TAB\_SEL\_CHANGING event, indicating that
26 the tab selection is changing.
}
31 \helpref{wxTabCtrl
}{wxtabctrl
}
33 \latexignore{\rtfignore{\wxheading{Members
}}}
35 \membersection{wxTabEvent::wxTabEvent
}\label{wxtabeventconstr
}
37 \func{}{wxTabEvent
}{\param{WXTYPE
}{ commandType =
0},
\param{int
}{ id =
0}}