Table Of Contents

Previous topic

StatusBar

Next topic

StdDialogButtonSizer

This Page

phoenix_title StatusBarPane

A status bar pane data container used by StatusBar.

See also

StatusBar


class_hierarchy Inheritance Diagram

Inheritance diagram for class StatusBarPane

Inheritance diagram of 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 StatusBarPane(object)

A status bar pane data container used by StatusBar.

Possible constructors:

StatusBarPane(style=SB_NORMAL, width=0)

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