Widget/Label

From Gui

< Widget
Revision as of 19:15, 13 June 2009 by 76.21.5.96 (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)
  • align (should default to system default)
    • left
    • right
    • center
    • justify
  • 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.
Personal tools