Name change replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,7 +36,7 @@ See also \helpref{window styles overview}{windowstyles}.
|
||||
|
||||
\wxheading{Remarks}
|
||||
|
||||
Although internally an MDI child frame is a child of the MDI client window, in wxWindows
|
||||
Although internally an MDI child frame is a child of the MDI client window, in wxWidgets
|
||||
you create it as a child of \helpref{wxMDIParentFrame}{wxmdiparentframe}. You can usually
|
||||
forget that the client window exists.
|
||||
|
||||
@@ -77,10 +77,10 @@ Constructor, creating the window.
|
||||
\docparam{title}{The caption to be displayed on the frame's title bar.}
|
||||
|
||||
\docparam{pos}{The window position. A value of (-1, -1) indicates a default position, chosen by
|
||||
either the windowing system or wxWindows, depending on platform.}
|
||||
either the windowing system or wxWidgets, depending on platform.}
|
||||
|
||||
\docparam{size}{The window size. A value of (-1, -1) indicates a default size, chosen by
|
||||
either the windowing system or wxWindows, depending on platform.}
|
||||
either the windowing system or wxWidgets, depending on platform.}
|
||||
|
||||
\docparam{style}{The window style. See \helpref{wxMDIChildFrame}{wxmdichildframe}.}
|
||||
|
||||
@@ -311,10 +311,10 @@ Constructor, creating the window.
|
||||
\docparam{title}{The caption to be displayed on the frame's title bar.}
|
||||
|
||||
\docparam{pos}{The window position. A value of (-1, -1) indicates a default position, chosen by
|
||||
either the windowing system or wxWindows, depending on platform.}
|
||||
either the windowing system or wxWidgets, depending on platform.}
|
||||
|
||||
\docparam{size}{The window size. A value of (-1, -1) indicates a default size, chosen by
|
||||
either the windowing system or wxWindows, depending on platform.}
|
||||
either the windowing system or wxWidgets, depending on platform.}
|
||||
|
||||
\docparam{style}{The window style. See \helpref{wxMDIParentFrame}{wxmdiparentframe}.}
|
||||
|
||||
@@ -469,7 +469,7 @@ Returns the window being used as the toolbar for this frame.
|
||||
|
||||
\constfunc{wxMenu*}{GetWindowMenu}{\void}
|
||||
|
||||
Returns the current Window menu (added by wxWindows to the menubar). This function
|
||||
Returns the current Window menu (added by wxWidgets to the menubar). This function
|
||||
is available under Windows only.
|
||||
|
||||
\membersection{wxMDIParentFrame::OnCreateClient}\label{wxmdiparentframeoncreateclient}
|
||||
|
Reference in New Issue
Block a user