fixed base classes; also added include file section

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-09-14 17:33:26 +00:00
parent 4d4ff94c65
commit 9eace708fc

View File

@ -12,10 +12,20 @@
\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}}}