X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a67eeac3def703ca733305d107088ec01c8cbc2..aad65f130d9cb77d0e9f2b7b580c54712386f77a:/docs/latex/wx/statusbr.tex diff --git a/docs/latex/wx/statusbr.tex b/docs/latex/wx/statusbr.tex index 976d90ddc7..70754447b3 100644 --- a/docs/latex/wx/statusbr.tex +++ b/docs/latex/wx/statusbr.tex @@ -22,7 +22,7 @@ be variable length according to the size of the window. \twocolwidtha{5cm} \begin{twocollist}\itemsep=0pt -\twocolitem{\windowstyle{wxSB\_SIZEGRIP}}{On Windows 95, displays a gripper at right-hand side of +\twocolitem{\windowstyle{wxST\_SIZEGRIP}}{On Windows 95, displays a gripper at right-hand side of the status bar.} \end{twocollist} @@ -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 %% @@ -213,7 +231,7 @@ Sets the number of fields, and optionally the field widths. \pythonnote{Only the first parameter is accepted. Use SetStatusWidths to set the widths of the fields.} -\perlnote{In wxPerl this function acceps only the {\tt n} parameter. +\perlnote{In wxPerl this function accepts only the {\tt n} parameter. Use SetStatusWidths to set the field widths.} \wxheading{Parameters}