]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed base classes; also added include file section
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Sep 2004 17:33:26 +0000 (17:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Sep 2004 17:33:26 +0000 (17:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tlw.tex

index f2e2fa1c038139aa929e1839ecd035b3c7e20903..17404418fedf6dd61b1e7f01a857b4c52ed29bae 100644 (file)
 \section{\class{wxTopLevelWindow}}\label{wxtoplevelwindow}
 
 wxTopLevelWindow is a common base class for \helpref{wxDialog}{wxdialog} and 
-\helpref{wxTopLevelWindow}{wxtoplevelwindow}. It is an abstract base class meaning that you never
+\helpref{wxFrame}{wxframe}. It is an abstract base class meaning that you never
 work with objects of this class directly, but all of its methods are also
 applicable for the two classes above.
 
+\wxheading{Derived from}
+
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
+
+\wxheading{Include files}
+
+<wx/toplevel.h>
+
 
 \latexignore{\rtfignore{\wxheading{Members}}}