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 |
wx.
StatusBarPane
(object)¶Possible constructors:
StatusBarPane(style=SB_NORMAL, width=0)
A status bar pane data container used by StatusBar.
__init__
(self, style=SB_NORMAL, width=0)¶Constructs the pane with the given style and width.
style (int) –
width (int) –
GetStyle
(self)¶Returns the pane style.
int
GetText
(self)¶Returns the text currently shown in this pane.
string
GetWidth
(self)¶Returns the pane width; it maybe negative, indicating a variable-width field.
int