Bases: enaml.widgets.abstract_button.AbstractButton
A button control represented by a standard push button widget.
A read only property which returns the button’s menu.
alias of __NoInterface__
Bases: enaml.qt.qt_abstract_button.QtAbstractButton
A Qt implementation of an Enaml PushButton.
Create the underlying QPushButton widget.
Handle layout initialization for the push button.
Find and return the menu child for this widget.
Returns: | result (QMenu or None) – The menu defined for this widget, or None if not defined. |
---|
Handle the child removed event for a QtPushButton.
Handle the child added event for a QtPushButton.
Bases: enaml.wx.wx_abstract_button.WxAbstractButton
A Wx implementation of the Enaml PushButton.
Creates the underlying wx.Button control.
Create and initialize the PushButton control.
Sets whether or not the widget is checkable.
Returns the checked state of the widget.
Sets the widget’s checked state with the provided value.