wx.StatusBarPane¶A status bar pane data container used by wx.StatusBar.
See also
Class Hierarchy¶
Inheritance diagram for class StatusBarPane:
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¶Possible constructors:
StatusBarPane(style=SB_NORMAL, width=0) -> None
A status bar pane data container used by StatusBar.
Constructs the pane with the given style and width.
style (int)
width (int)
None
Returns the pane style.
int
Returns the text currently shown in this pane.
str
Returns the pane width; it maybe negative, indicating a variable-width field.
int