1 \section{\class{wxStatusBar
}}\label{wxstatusbar
}
3 A status bar is a narrow window that can be placed along the bottom of a frame to give
4 small amounts of status information. It can contain one or more fields, one or more of which can
5 be variable length according to the size of the window.
7 \helpref{wxWindow
}{wxwindow
}\\
8 \helpref{wxEvtHandler
}{wxevthandler
}\\
9 \helpref{wxObject
}{wxobject
}
11 \wxheading{Derived from
}
13 \helpref{wxWindow
}{wxwindow
}\\
14 \helpref{wxEvtHandler
}{wxevthandler
}\\
15 \helpref{wxObject
}{wxobject
}
17 \wxheading{Include files
}
21 \wxheading{Window styles
}
24 \begin{twocollist
}\itemsep=
0pt
25 \twocolitem{\windowstyle{wxSB
\_SIZEGRIP}}{On Windows
95, displays a gripper at right-hand side of
29 See also
\helpref{window styles overview
}{windowstyles
}.
33 It is possible to create controls and other windows on the status bar. Position these windows
34 from an
{\bf OnSize
} event handler.
38 \helpref{wxFrame
}{wxframe
}
40 \latexignore{\rtfignore{\wxheading{Members
}}}
42 \membersection{wxStatusBar::wxStatusBar
}\label{wxstatusbarconstr
}
44 \func{}{wxStatusBar
}{\void}
48 \func{}{wxStatusBar
}{\param{wxWindow*
}{parent
},
\param{wxWindowID
}{id
},
\rtfsp
49 \param{const wxPoint\&
}{ pos = wxDefaultPosition
},
\rtfsp
50 \param{const wxSize\&
}{ size = wxDefaultSize
},
\param{long
}{ style =
0},
\rtfsp
51 \param{const wxString\&
}{name = ``statusBar"
}}
53 Constructor, creating the window.
55 \wxheading{Parameters
}
57 \docparam{parent
}{The window parent, usually a frame.
}
59 \docparam{id
}{The window identifier. It may take a value of -
1 to indicate a default value.
}
61 \docparam{pos
}{The window position. A value of (-
1, -
1) indicates a default position, chosen by
62 either the windowing system or wxWindows, depending on platform.
}
64 \docparam{size
}{The window size. A value of (-
1, -
1) indicates a default size, chosen by
65 either the windowing system or wxWindows, depending on platform.
}
67 \docparam{style
}{The window style. See
\helpref{wxStatusBar
}{wxstatusbar
}.
}
69 \docparam{name
}{The name of the window. This parameter is used to associate a name with the item,
70 allowing the application user to set Motif resource values for
75 \helpref{wxStatusBar::Create
}{wxstatusbarcreate
}
77 \membersection{wxStatusBar::
\destruct{wxStatusBar
}}
79 \func{void
}{\destruct{wxStatusBar
}}{\void}
83 \membersection{wxStatusBar::Create
}\label{wxstatusbarcreate
}
85 \func{bool
}{Create
}{\param{wxWindow*
}{parent
},
\param{wxWindowID
}{id
},
\rtfsp
86 \param{const wxPoint\&
}{ pos = wxDefaultPosition
},
\rtfsp
87 \param{const wxSize\&
}{ size = wxDefaultSize
},
\param{long
}{ style =
0},
\rtfsp
88 \param{const wxString\&
}{name = ``statusBar"
}}
90 Creates the window, for two-step construction.
92 See
\helpref{wxStatusBar::wxStatusBar
}{wxstatusbarconstr
} for details.
94 \membersection{wxStatusBar::GetFieldRect
}\label{wxstatusbargetfieldrect
}
96 \constfunc{virtual bool
}{GetFieldRect
}{\param{int
}{ i
},
\param{wxRect\&
}{ rect
}}
98 Returns the size and position of a fields internal bounding rectangle.
100 \wxheading{Parameters
}
102 \docparam{i
}{The field in question.
}
104 \docparam{rect
}{The rectangle values are placed in this variable.
}
106 \wxheading{Return value
}
108 TRUE if the field index is valid, FALSE otherwise.
112 \helpref{wxRect
}{wxrect
}
114 \membersection{wxStatusBar::GetFieldsCount
}\label{wxstatusbargetfieldscount
}
116 \constfunc{int
}{GetFieldsCount
}{\void}
118 Returns the number of fields in the status bar.
120 \membersection{wxStatusBar::GetStatusText
}\label{wxstatusbargetstatustext
}
122 \constfunc{virtual wxString
}{GetStatusText
}{\param{int
}{ ir =
0}}
124 Returns the string associated with a status bar field.
126 \wxheading{Parameters
}
128 \docparam{i
}{The number of the status field to retrieve, starting from zero.
}
130 \wxheading{Return value
}
132 The status field string if the field is valid, otherwise the empty string.
136 \helpref{wxStatusBar::SetStatusText
}{wxstatusbarsetstatustext
}
138 \membersection{wxStatusBar::DrawField
}\label{wxstatusbardrawfield
}
140 \func{virtual void
}{DrawField
}{\param{wxDC\&
}{dc
},
\param{int
}{i
}}
142 Draws a field, including shaded borders and text.
144 \wxheading{Parameters
}
146 \docparam{dc
}{The device context to draw onto.
}
148 \docparam{i
}{The field to be drawn.
}
152 \helpref{wxStatusBar::DrawFieldText
}{wxstatusbardrawfieldtext
}
154 \membersection{wxStatusBar::DrawFieldText
}\label{wxstatusbardrawfieldtext
}
156 \func{virtual void
}{DrawFieldText
}{\param{wxDC\&
}{dc
},
\param{int
}{i
}}
158 Draws a field's text.
160 \wxheading{Parameters
}
162 \docparam{dc
}{The device context to draw onto.
}
164 \docparam{i
}{The field whose text is to be drawn.
}
168 \helpref{wxStatusBar::DrawField
}{wxstatusbardrawfield
}
170 \membersection{wxStatusBar::InitColours
}\label{wxstatusbarinitcolours
}
172 \func{virtual void
}{InitColours
}{\void}
174 Sets up the background colour and shading pens using suitable system colours (Windows) or tasteful shades
175 of grey (other platforms).
179 This function is called when the window is created, and also
180 from
\helpref{wxStatusBar::OnSysColourChanged
}{wxstatusbaronsyscolourchanged
} on Windows.
184 \helpref{wxStatusBar::OnSysColourChanged
}{wxstatusbaronsyscolourchanged
}
186 \membersection{wxStatusBar::OnSysColourChanged
}\label{wxstatusbaronsyscolourchanged
}
188 \func{void
}{OnSysColourChanged
}{\param{wxSysColourChangedEvent\&
}{event
}}
190 Handles a system colour change by calling
\helpref{wxStatusBar::InitColours
}{wxstatusbarinitcolours
},
191 and refreshes the window.
193 \wxheading{Parameters
}
195 \docparam{event
}{The colour change event.
}
199 \helpref{wxStatusBar::InitColours
}{wxstatusbarinitcolours
}
201 \membersection{wxStatusBar::SetFieldsCount
}\label{wxstatusbarsetfieldscount
}
203 \func{virtual void
}{SetFieldsCount
}{\param{int
}{ number =
1},
\param{int*
}{widths = NULL
}}
205 Sets the number of fields, and optionally the field widths.
207 \wxheading{Parameters
}
209 \docparam{number
}{The number of fields.
}
211 \docparam{widths
}{An array of
{\it n
} integers, each of which is a status field width
212 in pixels. A value of -
1 indicates that the field is variable width; at least one
215 \membersection{wxStatusBar::SetStatusText
}\label{wxstatusbarsetstatustext
}
217 \func{virtual void
}{SetStatusText
}{\param{const wxString\&
}{text
},
\param{int
}{ i =
0}}
219 Sets the text for one field.
221 \wxheading{Parameters
}
223 \docparam{text
}{The text to be set. Use an empty string (``") to clear the field.
}
225 \docparam{i
}{The field to set, starting from zero.
}
229 \helpref{wxStatusBar::GetStatusText
}{wxstatusbargetstatustext
},
\helpref{wxFrame::SetStatusText
}{wxframesetstatustext
}
231 \membersection{wxStatusBar::SetStatusWidths
}\label{wxstatusbarsetstatuswidths
}
233 \func{virtual void
}{SetStatusWidths
}{\param{int
}{ n
},
\param{int *
}{widths
}}
235 Sets the widths of the fields in the status line.
237 \wxheading{Parameters
}
239 \docparam{n
}{The number of fields in the status bar.
}
241 \docparam{widths
}{Must contain an array of
{\it n
} integers, each of which is a status field width
242 in pixels. A value of -
1 indicates that the field is variable width; at least one
243 field must be -
1. You should delete this array after calling
{\bf SetStatusWidths
}.
}
247 The widths of the variable fields are calculated from the total width of all fields,
248 minus the sum of widths of the non-variable fields, divided by the number of
253 \helpref{wxStatusBar::SetFieldsCount
}{wxstatusbarsetfieldscount
},
\helpref{wxFrame::SetStatusWidths
}{wxframesetstatuswidths
}
255 \pythonnote{Only a single parameter is required, a Python list of