enaml.widgets.push_button

Classes

PushButton A button control represented by a standard push button widget.
class enaml.widgets.push_button.PushButton(parent=None, **kwargs)[source]

Bases: enaml.widgets.abstract_button.AbstractButton

A button control represented by a standard push button widget.

default

Whether this button is the default action button in a dialog.

proxy

A reference to the ProxyPushButton object.

menu()[source]

Get the menu defined for the PushButton, if any.