Widget/Label
From Gui
(Difference between revisions)
(Created general widget type "Laber") |
|||
Line 3: | Line 3: | ||
== Properties == | == Properties == | ||
- | * for | + | * for (default to none) |
+ | * alignment (should default to system default) | ||
+ | * wrap (default to true) | ||
+ | |||
+ | ==== One of ==== | ||
+ | * text | ||
+ | * image | ||
== Events == | == Events == |
Revision as of 02:10, 12 June 2009
A label is a widget that displays text or an image to the user. It is often associated with another widget that it describes.
Properties
- for (default to none)
- alignment (should default to system default)
- wrap (default to true)
One of
- text
- image