X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ef63a4a59eccce6cd8787f0ed966bfa8365a22e..d30ff492f0ee23d067e996c0a5f769e4dafb0225:/docs/latex/wx/statusbr.tex diff --git a/docs/latex/wx/statusbr.tex b/docs/latex/wx/statusbr.tex index 72ca80f542..777b676478 100644 --- a/docs/latex/wx/statusbr.tex +++ b/docs/latex/wx/statusbr.tex @@ -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 %%