Classes
AbstractButton | A base class for creating button-like controls. |
Bases: enaml.widgets.control.Control
A base class for creating button-like controls.
The text to use as the button’s label.
The source url for the icon to use for the button.
The size to use for the icon. The default is an invalid size and indicates that an appropriate default should be used.
Whether or not the button is checkable. The default is False.
Whether a checkable button is currently checked.
Fired when the button is pressed then released. The payload will be the current checked state. This event is triggered by the proxy object when the button is clicked.
Fired when a checkable button is toggled. The payload will be the current checked state. This event is triggered by the proxy object when a togglable button is toggled.
Buttons hug their contents’ width weakly by default.
A reference to the ProxyAbstractButton object.