Classes
Label | A simple control for displaying read-only text. |
Bases: enaml.widgets.control.Control
A simple control for displaying read-only text.
The unicode text for the label.
The horizontal alignment of the text in the widget area.
The vertical alignment of the text in the widget area.
An event emitted when the user clicks a link in the label. The payload will be the link that was clicked.
Labels hug their width weakly by default.
A reference to the ProxyLabel object.