gui2.labelwidget
Simple static label widget.
- class LabelWidget: gui2.widget.Widget;
Simple label widget.
- this(ref Node yaml);
Load a LabelWidget from YAML.
Do not call directly.
- const pure nothrow @property string text();
Get label text.
- pure nothrow @property void text(string rhs);
Set label text.