]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed bug [ 1361674 ] Document wxDocMDIParentFrame::Create
authorJulian Smart <julian@anthemion.co.uk>
Sat, 21 Jan 2006 17:49:48 +0000 (17:49 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 21 Jan 2006 17:49:48 +0000 (17:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/docmdipr.tex

index 982e78881e40121fce88069d9c9252c31f956695..6e5b639432886dcfb87d8caed6a23a49a7383add 100644 (file)
@@ -28,6 +28,8 @@ See the example application in {\tt samples/docview}.
 
 \membersection{wxDocMDIParentFrame::wxDocMDIParentFrame}\label{wxdocmdiparentframector}
 
+\func{}{wxDocMDIParentFrame}{\void}
+
 \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},
@@ -41,6 +43,15 @@ Constructor.
 
 Destructor.
 
+\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}}