Tkinter.Label - create and manipulate label widgets

A label is a simple widget used to display some text or an image and with Tk 8.4 both at the same time.

Base Classes

../Widget, ../BaseWidget, ../Pack, ../Place, ../Grid, ../Misc

Gotchas

References

pydoc Tkinter.Label

http://www.pythonware.com/library/tkinter/introduction/label.htm

http://wiki.tcl.tk/label

http://www.purl.org/tcl/home/man/tcl8.4/TkCmd/label.htm

tkinter: Widgets/Label (last edited 2010-07-26 11:59:13 by localhost)