Widget/Label
From Gui
< Widget
Revision as of 02:48, 13 June 2009 by 173.11.94.130 (Talk)
A label is a widget that displays text or an image to the user. It is often associated with another widget that it describes.
Contents |
Properties
- id
- for (default to none)
- alignment (should default to system default)
- wrap (default to true)
One of
- text
- image
Events
Toolkits That Differ
- Tk does not have a "for" attribute. Instead, some widgets have a "text" attribute.