wxStatusBar

wxStatusBar
The status bar should be a child of a wxFrame.
Creation Parameters
Functions/Procedures
Supertopics

wxStatusBar

[func]
get_field_rect
( atom bar, atom field )

Category: wxStatusBar

Returns the size and position of a field's internal bounding rectangle.


wxStatusBar

[func]
get_status_fields_count
( atom bar )

Category: wxStatusBar

Returns the number of fields in the status bar.


wxStatusBar

[func]
get_status_text
( atom bar, atom field )

Category: wxStatusBar

Returns the string associated with a status bar field.


wxStatusBar

[proc]
pop_status_text
( atom bar, atom field )

Category: wxStatusBar

Sets the field text to the top of the stack, and pops the stack of saved strings.


wxStatusBar

[proc]
push_status_text
( atom bar, sequence text, atom field )

Category: wxStatusBar

Saves the current field text in a per field stack, and sets the field text to the string passed as argument.


wxStatusBar

[proc]
set_min_status_height
( atom bar, atom height )

Category: wxStatusBar

Sets the minimal possible height for the status bar. The real height may be bigger than the height specified here depending on the size of the font used by the status bar.


wxStatusBar

[proc]
set_status_fields
( atom bar, sequence widths )

Category: wxStatusBar

widths: An array of n integers, each of which is a status field width in pixels. A value of -1 indicates that the field is variable width; at least one field must be -1.


wxStatusBar

[proc]
set_status_styles
( atom bar, object styles )

Category: wxStatusBar

Sets the styles of the fields in the status line which can make fields appear flat or raised instead of the standard sunken 3D border.

Parameters


wxStatusBar

[proc]
set_status_text
( atom bar, sequence text, integer field )

Category: wxStatusBar

Set the status text of field field (zero based). This routine does nothing if field refers to a non-existant status field.