Bases: enaml.widgets.control.Control
A simple control for displaying read-only text.
The text for the label.
The horizontal alignment of the text in the widget area.
The vertical alignment of the text in the widget area.
How strongly a component hugs it’s content. Labels hug their contents’ width weakly by default.
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 Label.