enaml.widgets.control

Classes

Control A widget which represents a leaf node in the hierarchy.
class enaml.widgets.control.Control(parent=None, **kwargs)[source]

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.

proxy

A reference to the proxy Control object.