Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,16 +157,6 @@ Centres the frame on the display.
|
||||
|
||||
\docparam{direction}{The parameter may be {\tt wxHORIZONTAL}, {\tt wxVERTICAL} or {\tt wxBOTH}.}
|
||||
|
||||
\membersection{wxFrame::Command}\label{wxframecommand}
|
||||
|
||||
\func{void}{Command}{\param{int }{id}}
|
||||
|
||||
Simulate a menu command.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
\docparam{id}{The identifier for a menu item.}
|
||||
|
||||
\membersection{wxFrame::Create}\label{wxframecreate}
|
||||
|
||||
\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
|
||||
@@ -368,6 +358,18 @@ implementation returns an instance of \helpref{wxToolBar}{wxtoolbar}.
|
||||
|
||||
\helpref{wxFrame::CreateToolBar}{wxframecreatetoolbar}, \helpref{wxToolBar}{wxtoolbar}.
|
||||
|
||||
|
||||
\membersection{wxFrame::ProcessCommand}\label{wxframeprocesscommand}
|
||||
|
||||
\func{void}{ProcessCommand}{\param{int }{id}}
|
||||
|
||||
Simulate a menu command.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
\docparam{id}{The identifier for a menu item.}
|
||||
|
||||
|
||||
\membersection{wxFrame::SendSizeEvent}\label{wxframesendsizeevent}
|
||||
|
||||
\func{void}{SendSizeEvent}{\void}
|
||||
|
Reference in New Issue
Block a user