diff --git a/docs/latex/wx/tlw.tex b/docs/latex/wx/tlw.tex index f2e2fa1c03..17404418fe 100644 --- a/docs/latex/wx/tlw.tex +++ b/docs/latex/wx/tlw.tex @@ -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} + + + \latexignore{\rtfignore{\wxheading{Members}}}