label pathName ?options?
-anchor -font -image -takefocus -background -foreground -justify -text -bitmap -highlightbackground -padx -textvariable -borderwidth -highlightcolor -pady -underline -cursor -highlightthickness -relief -wraplength
See the options manual entry for detailed descriptions of the above options.
Command-Line Name: | -height |
Database Name: | height |
Database Class: | Height |
Command-Line Name: | -width |
Database Name: | width |
Database Class: | Width |
A label is a widget that displays a textual string, bitmap or image. If text is displayed, it must all be in a single font, but it can occupy multiple lines on the screen (if it contains newlines or if wrapping occurs because of the wrapLength option) and one of the characters may optionally be underlined using the underline option. The label can be manipulated in a few simple ways, such as changing its relief or text, using the commands described below.
Option and the args determine the exact behavior of the command. The following commands are possible for label widgets:pathName option ?arg arg ...?
Copyright © 1989-1994 The Regents of the University of California.
Copyright © 1994-1997 Sun Microsystems, Inc.