Bases: enaml.widgets.constraints_widget.ConstraintsWidget
A widget which represents a leaf node in the hierarchy.
A Control is conceptually the same as a ConstraintsWidget, except that it does not have widget children. This base class serves as a placeholder for potential future functionality.
alias of __NoInterface__
Bases: enaml.qt.qt_constraints_widget.QtConstraintsWidget
A Qt implementation of an Enaml Control.
Bases: enaml.wx.wx_constraints_widget.WxConstraintsWidget
A Wx implementation of an Enaml Control.