wx.StatusBarPane¶
A status bar pane data container used by wx.StatusBar.
See also
Class Hierarchy¶
Methods Summary¶
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. |
Properties Summary¶
See |
|
See |
|
See |
Class API¶
- class wx.StatusBarPane(object)¶
Possible constructors:
StatusBarPane(style=SB_NORMAL, width=0) -> None
A status bar pane data container used by StatusBar.
Methods¶
- __init__(self, style=SB_NORMAL, width=0)¶
Constructs the pane with the given style and width.
- Parameters:
style (int)
width (int)
- Return type:
None
- GetStyle(self)¶
Returns the pane style.
- Return type:
int
- GetText(self)¶
Returns the text currently shown in this pane.
- Return type:
str
- GetWidth(self)¶
Returns the pane width; it maybe negative, indicating a variable-width field.
- Return type:
int
Properties¶