Some doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -262,6 +262,16 @@ Returns a pointer to the status bar currently associated with the frame (if any)
|
||||
|
||||
\helpref{wxFrame::CreateStatusBar}{wxframecreatestatusbar}, \helpref{wxStatusBar}{wxstatusbar}
|
||||
|
||||
\membersection{wxFrame::GetStatusBarPane}\label{wxframegetstatusbarpane}
|
||||
|
||||
\func{int}{GetStatusBarPane}{\void}
|
||||
|
||||
Returns the status bar pane used to display menu and toolbar help.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxFrame::SetStatusBarPane}{wxframesetstatusbarpane}
|
||||
|
||||
\membersection{wxFrame::GetTitle}\label{wxframegettitle}
|
||||
|
||||
\constfunc{wxString}{GetTitle}{\void}
|
||||
@@ -530,6 +540,13 @@ Associates a status bar with the frame.
|
||||
\helpref{wxFrame::CreateStatusBar}{wxframecreatestatusbar}, \helpref{wxStatusBar}{wxstatusbar},\rtfsp
|
||||
\helpref{wxFrame::GetStatusBar}{wxframegetstatusbar}
|
||||
|
||||
\membersection{wxFrame::SetStatusBarPane}\label{wxframesetstatusbarpane}
|
||||
|
||||
\func{void}{SetStatusBarPane}{\param{int}{ n}}
|
||||
|
||||
Set the status bar pane used to display menu and toolbar help.
|
||||
Using -1 disables help display.
|
||||
|
||||
\membersection{wxFrame::SetStatusText}\label{wxframesetstatustext}
|
||||
|
||||
\func{virtual void}{SetStatusText}{\param{const wxString\& }{ text}, \param{int}{ number = 0}}
|
||||
@@ -624,39 +641,3 @@ This function has not been tested with MDI frames.
|
||||
|
||||
\helpref{wxFrame::IsFullScreen}{wxframeisfullscreen}
|
||||
|
||||
\membersection{wxFrame::SetStatusBarPane}\label{wxframesetstatusbarpane}
|
||||
|
||||
\func{void}{SetStatusBarPane}{\param{int}{ n}}
|
||||
|
||||
Set the status bar pane used to display menu and toolbar help.
|
||||
Using -1 disables help display.
|
||||
|
||||
\membersection{wxFrame::GetStatusBarPane}\label{wxframegetstatusbarpane}
|
||||
|
||||
\func{int}{GetStatusBarPane}{\void}
|
||||
|
||||
Returns the status bar pane used to display menu and toolbar help.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxFrame::SetStatusBarPane}{wxframesetstatusbarpane}
|
||||
|
||||
\membersection{wxFrame::SetStatusBarPane}\label{wxframesetstatusbarpane}
|
||||
|
||||
\func{void}{SetStatusBarPane}{\param{int}{ n}}
|
||||
|
||||
Set the status bar pane used to display menu and toolbar help.
|
||||
Using -1 disables help display.
|
||||
|
||||
\membersection{wxFrame::GetStatusBarPane}\label{wxframegetstatusbarpane}
|
||||
|
||||
\func{int}{GetStatusBarPane}{\void}
|
||||
|
||||
Returns the status bar pane used to display menu and toolbar help.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxFrame::SetStatusBarPane}{wxframesetstatusbarpane}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user