add Create to wxDocParentFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,6 +27,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 +44,15 @@ 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::OnCloseWindow}\label{wxdocparentframeonclosewindow}
|
||||
|
||||
\func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}}
|
||||
|
Reference in New Issue
Block a user