Classes
RawWidget | A raw toolkit-specific control. |
Bases: enaml.widgets.control.Control
A raw toolkit-specific control.
Use this widget when the toolkit backend for the application is known ahead of time, and Enaml does provide an implementation of the required widget. This can be used as a hook to inject custom widgets into an Enaml widget hierarchy.
A reference to the proxy Control object.