class fwt::Label
sys::Obj fwt::Widget fwt::Label
Label displays text and/or an image.
- bg
-
Color? bgBackground color. Defaults to null (system default).
- fg
-
Color? fgForeground color. Defaults to null (system default).
- font
-
Font? fontFont for text. Defaults to null (system default).
- halign
-
Halign halignHorizontal alignment. Defaults to left.
- image
-
Image? imageImage to display on label. Defaults to null.
- text
-
Str textText of the label. Defaults to "".