X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b236c10f77e9ed0bc3c16d1cceb4a62f7048b4f9..001828ed69cd0fd34231bf1c52a6ede3933bf25d:/docs/latex/wx/docprfrm.tex diff --git a/docs/latex/wx/docprfrm.tex b/docs/latex/wx/docprfrm.tex index 947ccb3558..aeae63bb6f 100644 --- a/docs/latex/wx/docprfrm.tex +++ b/docs/latex/wx/docprfrm.tex @@ -11,6 +11,7 @@ See the example application in {\tt samples/docview}. \wxheading{Derived from} \helpref{wxFrame}{wxframe}\\ +\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -19,6 +20,10 @@ See the example application in {\tt samples/docview}. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{Document/view overview}{docviewoverview}, \helpref{wxFrame}{wxframe} @@ -27,6 +32,10 @@ See the example application in {\tt samples/docview}. \membersection{wxDocParentFrame::wxDocParentFrame}\label{wxdocparentframector} +\func{}{wxDocParentFrame}{\void} + +Default constructor. + \func{}{wxDocParentFrame}{\param{wxDocManager*}{ manager}, \param{wxFrame *}{parent}, \param{wxWindowID}{ id}, \param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize}, @@ -40,6 +49,23 @@ Constructor. Destructor. +\membersection{wxDocParentFrame::Create}\label{wxdocparentframecreate} + +\func{bool}{Create}{\param{wxDocManager*}{ manager}, \param{wxFrame *}{parent}, \param{wxWindowID}{ id}, + \param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, + \param{const wxSize\&}{ size = wxDefaultSize}, + \param{long}{ style = wxDEFAULT\_FRAME\_STYLE}, \param{const wxString\& }{name = "frame"}} + +Used in two-step construction. + +\membersection{wxDocParentFrame::GetDocumentManager}\label{wxdocparentframegetdocumentmanager} + +\constfunc{wxDocManager *}{GetDocumentManager}{\void} + +Returns the associated \helpref{document manager object}{wxdocmanager}. + + + \membersection{wxDocParentFrame::OnCloseWindow}\label{wxdocparentframeonclosewindow} \func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}}