enaml.widgets.status_item

Classes

StatusItem

An item which holds a widget to include in a status bar.

class enaml.widgets.status_item.StatusItem(parent=None, **kwargs)[source]

Bases: ToolkitObject

An item which holds a widget to include in a status bar.

mode

The mode of a status item. A ‘normal’ item can be obscured by temporary status messages; a ‘permanent’ item cannot.

stretch

The stretch factor to apply to this item, relative to the other items in the status bar.

proxy

A reference to the ProxyStatusItem object.

status_widget()[source]

Get the status widget for the item.

The last Widget child is used as the status widget.