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:
@@ -12,10 +12,20 @@
|
|||||||
\section{\class{wxTopLevelWindow}}\label{wxtoplevelwindow}
|
\section{\class{wxTopLevelWindow}}\label{wxtoplevelwindow}
|
||||||
|
|
||||||
wxTopLevelWindow is a common base class for \helpref{wxDialog}{wxdialog} and
|
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
|
work with objects of this class directly, but all of its methods are also
|
||||||
applicable for the two classes above.
|
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}}}
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user