phoenix_title wx.StatusBarPane

A status bar pane data container used by wx.StatusBar.

See also

wx.StatusBar


class_hierarchy Class Hierarchy

Inheritance diagram for class StatusBarPane:

method_summary Methods Summary

__init__

Constructs the pane with the given style and width.

GetStyle

Returns the pane style.

GetText

Returns the text currently shown in this pane.

GetWidth

Returns the pane width; it maybe negative, indicating a variable-width field.


property_summary Properties Summary

Style

See GetStyle

Text

See GetText

Width

See GetWidth


api Class API

class wx.StatusBarPane(object)

Possible constructors:

StatusBarPane(style=SB_NORMAL, width=0)

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) –



GetStyle(self)

Returns the pane style.

Return type

int



GetText(self)

Returns the text currently shown in this pane.

Return type

string



GetWidth(self)

Returns the pane width; it maybe negative, indicating a variable-width field.

Return type

int


Properties

Style

See GetStyle



Text

See GetText



Width

See GetWidth