Bases: enaml.widgets.control.Control
A control which can be used to embded a traits ui view.
The traits model being displayed. If no other view is given, the view will be retrieved by calling model.edit_traits().
An optional traits ui View definition to use in lieu of the default view generated by the model.
An optional traits ui Handler definition to use in lieu of the default handler generated by the model.
TraitsItem widgets expand freely in height and width by default.
alias of __NoInterface__
Bases: enaml.qt.qt_control.QtControl
A Qt implementation of an Enaml TraitsItem.
Bases: enaml.wx.wx_control.WxControl
A Wx implementation of an Enaml TraitsItem.