.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.infoframe
.. highlight:: python
.. _wx.lib.infoframe._MyStatusBar:
==========================================================================================================================================
|phoenix_title| **wx.lib.infoframe._MyStatusBar**
==========================================================================================================================================
StatusBar() -> None
StatusBar(parent : Window, id: int=ID_ANY, style: int=STB_DEFAULT_STYLE, name: str=StatusBarNameStr) -> None
A status bar is a narrow window that can be placed along the bottom of
a frame to give small amounts of status information.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
_MyStatusBar:
|
|super_classes| Known Superclasses
==================================
:class:`wx.StatusBar`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.infoframe._MyStatusBar.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.infoframe._MyStatusBar.CalculateSizes`
:meth:`~wx.lib.infoframe._MyStatusBar.OnButton1`
:meth:`~wx.lib.infoframe._MyStatusBar.OnButton2`
:meth:`~wx.lib.infoframe._MyStatusBar.OnSize`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: _MyStatusBar(wx.StatusBar)
StatusBar() -> None
StatusBar(parent : Window, id: int=ID_ANY, style: int=STB_DEFAULT_STYLE, name: str=StatusBarNameStr) -> None
A status bar is a narrow window that can be placed along the bottom of
a frame to give small amounts of status information.
.. method:: __init__(self, parent, callbacks=None, useopenbutton=0)
Initialize self. See help(type(self)) for accurate signature.
.. method:: CalculateSizes(self)
.. method:: OnButton1(self,event)
.. method:: OnButton2(self,event)
.. method:: OnSize(self, event)