A status bar pane data container used by wx.StatusBar.
See also
Constructs the pane with the given style and width. |
|
Returns the pane style. |
|
Returns the text currently shown in this pane. |
|
Returns the pane width; it maybe negative, indicating a variable-width field. |
|
Restore the message saved by the last call to Push() (unless it was changed by an intervening call to |
|
Save the existing text on top of a stack and make the new text current. |
|
Set text. |
|
Possible constructors:
StatusBarPane(style=SB_NORMAL, width=0)
A status bar pane data container used by StatusBar.
Constructs the pane with the given style and width.
style (int) –
width (int) –
Returns the pane style.
int
Returns the text currently shown in this pane.
string
Returns the pane width; it maybe negative, indicating a variable-width field.
int
bool
Restore the message saved by the last call to Push() (unless it was changed by an intervening call to SetText
) and return True
if we really restored anything.
bool
Save the existing text on top of a stack and make the new text current.
Returns True
if the text really changed.
text (string) –
bool
isEllipsized (bool) –
style (int) –
Set text.
Returns True
if it changed or False
if it was already set to this value.
text (string) –
bool
width (int) –