X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3845e889c7ccfe03d034a0aa79b4f4d19fbcb06..2706e543a6923d8e743c6ec21fcfe898a52aec88:/docs/latex/wx/tab.tex?ds=sidebyside diff --git a/docs/latex/wx/tab.tex b/docs/latex/wx/tab.tex index 4465b72454..9c3ff6a080 100644 --- a/docs/latex/wx/tab.tex +++ b/docs/latex/wx/tab.tex @@ -8,6 +8,8 @@ This class is retained for backward compatibility. \wxheading{Derived from} \helpref{wxDialog}{wxdialog}\\ +\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\ +\helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -59,6 +61,7 @@ This class is retained for backward compatibility. \wxheading{Derived from} \helpref{wxPanel}{wxpanel}\\ +\helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -183,7 +186,7 @@ Returns the y offset from the top-left of the view area. \func{bool}{HitTest}{\param{int}{ x}, \param{int}{ y}} -Returns TRUE if the point x, y is within the tab area. +Returns true if the point x, y is within the tab area. \membersection{wxTabControl::OnDraw}