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{Event table macros
}
14 To process a tab event, use these event handler macros to direct input to member
15 functions that take a wxTabEvent argument.
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.
}
27 \helpref{wxTabCtrl
}{wxtabctrl
}
29 \latexignore{\rtfignore{\wxheading{Members
}}}
31 \membersection{wxTabEvent::wxTabEvent
}\label{wxtabeventconstr
}
33 \func{}{wxTabEvent
}{\param{WXTYPE
}{ commandType =
0},
\param{int
}{ id =
0}}