.. include:: headings.inc .. _StatusBarPane: ========================================================================================================================================== |phoenix_title| **StatusBarPane** ========================================================================================================================================== A status bar pane data container used by :ref:`StatusBar`. .. seealso:: :ref:`StatusBar` | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **StatusBarPane** .. raw:: html

Inheritance diagram of StatusBarPane

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~StatusBarPane.__init__` Constructs the pane with the given `style` and `width`. :meth:`~StatusBarPane.GetStyle` Returns the pane style. :meth:`~StatusBarPane.GetText` Returns the text currently shown in this pane. :meth:`~StatusBarPane.GetWidth` Returns the pane width; it maybe negative, indicating a variable-width field. ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~StatusBarPane.Style` See :meth:`~StatusBarPane.GetStyle` :attr:`~StatusBarPane.Text` See :meth:`~StatusBarPane.GetText` :attr:`~StatusBarPane.Width` See :meth:`~StatusBarPane.GetWidth` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: StatusBarPane(object) A status bar pane data container used by StatusBar. **Possible constructors**:: StatusBarPane(style=SB_NORMAL, width=0) .. method:: __init__(self, style=SB_NORMAL, width=0) Constructs the pane with the given `style` and `width`. :param `style`: :type `style`: int :param `width`: :type `width`: int .. method:: GetStyle(self) Returns the pane style. :rtype: `int` .. method:: GetText(self) Returns the text currently shown in this pane. :rtype: `string` .. method:: GetWidth(self) Returns the pane width; it maybe negative, indicating a variable-width field. :rtype: `int` .. attribute:: Style See :meth:`~StatusBarPane.GetStyle` .. attribute:: Text See :meth:`~StatusBarPane.GetText` .. attribute:: Width See :meth:`~StatusBarPane.GetWidth`