[Image of Linux]
The Personal Web Pages of Chris X. Edwards

A Simplified Tk Reference

--------------------------
Keyword:

label

Description: Single line text widget to label things. Its contents can be changed by (among other ways) linking a textvar to some variable.
Example:

label .xed -text "www.xed.ch" -background red -foreground purple -textvar TV; pack .xed;

  
Official
Syntax:
http://www.scriptics.com/man/tcl8.4/TkCmd/label.htm

--------------------------
Previous Home Next
This page was created with only free, open-source, publicly licensed software.
This page was designed to be viewed with any browser on any system.
Chris X. Edwards ~ January 2004