]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tab.tex
added copy constr
[wxWidgets.git] / docs / latex / wx / tab.tex
index 4465b72454d9aa884564e24d7299e99d615030b8..9c3ff6a0804983b099554d23d107452cc0dd8b71 100644 (file)
@@ -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}