NAME
label - Create and manipulate a label widget
SYNOPSIS
- label ?-option optionVal ...?
OPTIONS
- -text
- Text of label
type: string
default: ""
- -justify
- Justification of multiple lines in the label to each other.
type: left, right, center, fill
default: center
- -lineWrap
- whether or not the text in the label shall wrap.
type: boolean
default: true
- -xAlign
- Alignement of label in x direction.
type: double (0 <= xAlign <= 1)
default: 0.5
- -yAlign
- Alignement of label in y direction.
type: double (0 <= xAlign <= 1)
default: 0.5
- -xPad
- Padding in x direction.
type: int
default: 0
- -yPad
- Padding in y direction.
type: int
default: 0
DESCRIPTION
WIDGET COMMANDS
KEYWORDS
Copyright © 2001 - 2002 P. G. Baum