X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..d86c187031547bd2f0604adddef273deedea7907:/docs/latex/wx/docmdipr.tex?ds=sidebyside diff --git a/docs/latex/wx/docmdipr.tex b/docs/latex/wx/docmdipr.tex index 7dcff4d3ff..7e689ac744 100644 --- a/docs/latex/wx/docmdipr.tex +++ b/docs/latex/wx/docmdipr.tex @@ -12,6 +12,7 @@ See the example application in {\tt samples/docview}. \helpref{wxMDIParentFrame}{wxmdiparentframe}\\ \helpref{wxFrame}{wxframe}\\ +\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -20,28 +21,43 @@ See the example application in {\tt samples/docview}. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{Document/view overview}{docviewoverview}, \helpref{wxMDIParentFrame}{wxmdiparentframe} \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxDocMDIParentFrame::wxDocMDIParentFrame} +\membersection{wxDocMDIParentFrame::wxDocMDIParentFrame}\label{wxdocmdiparentframector} + +\func{}{wxDocMDIParentFrame}{\void} -\func{}{wxDocParentFrame}{\param{wxDocManager*}{ manager}, \param{wxFrame *}{parent}, \param{wxWindowID}{ id}, +\func{}{wxDocMDIParentFrame}{\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"}} Constructor. -\membersection{wxDocMDIParentFrame::\destruct{wxDocMDIParentFrame}} +\membersection{wxDocMDIParentFrame::\destruct{wxDocMDIParentFrame}}\label{wxdocmdiparentframedtor} \func{}{\destruct{wxDocMDIParentFrame}}{\void} Destructor. -\membersection{wxDocMDIParentFrame::OnCloseWindow} +\membersection{wxDocMDIParentFrame::Create}\label{wxdocmdiparentframecreate} + +\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"}} + +Creates the window. + +\membersection{wxDocMDIParentFrame::OnCloseWindow}\label{wxdocmdiparentframeonclosewindow} \func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}}