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. |
See |
|
See |
|
See |
Possible constructors:
StatusBarPane(style: int=SB_NORMAL, width: int=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