Bases: enaml.widgets.control.Control
An extremely simple widget for displaying HTML.
The Html source code to be rendered.
How strongly a component hugs it’s contents’ width. Html widgets ignore the width hug by default, so they expand freely in width.
How strongly a component hugs it’s contents’ height. Html widgets ignore the height hug by default, so they expand freely in height.
A method called after initialization which allows the widget to bind any event handlers necessary.
alias of __NoInterface__
Bases: enaml.qt.qt_control.QtControl
A Qt implementation of an Enaml HTML widget.
Bases: enaml.wx.wx_control.WxControl
A Wx implementation of the Enaml Html widget.