Tkinter Wiki   Widgets/Label UserPreferences
 
HelpContents FindPage Diffs Info Edit Subscribe XML Print View Up

1. 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.

2. Base Classes

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

3. Gotchas

4. References

[WWW]pydoc Tkinter.Label

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

[WWW]http://wiki.tcl.tk/label

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

PythonPowered