Classes
StatusBar | A widget used as a status bar in a MainWindow. |
Bases: enaml.widgets.widget.Widget
A widget used as a status bar in a MainWindow.
A status bar can be used to display temporary messages or display persistent widgets by declaring StatusItem children.
Whether or not the size grip in the right corner is enabled.
A reference to the ProxyStatusBar object.
Show a temporary message in the status bar.
Parameters : | message : unicode
timeout : int, optional
|
---|