Missing bracket in array.tex
Documentation for wxStatusBar::Push/PopStatusText Documentation for wxFrame::Push/PopStatusText and Get/SetStatusBarPane. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -138,6 +138,24 @@ The status field string if the field is valid, otherwise the empty string.
|
||||
|
||||
\helpref{wxStatusBar::SetStatusText}{wxstatusbarsetstatustext}
|
||||
|
||||
\membersection{wxStatusBar::PopStatusText}\label{wxstatusbarpushstatustext}
|
||||
|
||||
\func{void}{PopStatusText}{\param{int}{ field = 0}}
|
||||
|
||||
Sets the field text to the top of the stack, and pops the stack of saved
|
||||
strings.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxStatusBar::PushStatusText}{wxstatusbarpushstatustext}
|
||||
|
||||
\membersection{wxStatusBar::PushStatusText}\label{wxstatusbarpushstatustext}
|
||||
|
||||
\func{void}{PushStatusText}{\param{const wxString&}{ string}, \param{int}{ field = 0}}
|
||||
|
||||
Saves the current field text in a per field stack, and sets the field text
|
||||
to the string passed as argument.
|
||||
|
||||
%% VZ: these functions are not in wxStatusBar API, these are just
|
||||
%% implementation details of wxStatusBarGeneric
|
||||
%%
|
||||
|
Reference in New Issue
Block a user