not pack methon in tkinter

dwblas at gmail.com dwblas at gmail.com
Sat Mar 28 17:55:55 EDT 2009


Pack() is a separate class for all widgets and not specific to the
Label widget i.e all widgets are "packed" into the parent.  Here is
some documentation on the pack class http://effbot.org/tkinterbook/pack.htm
http://epydoc.sourceforge.net/stdlib/Tkinter.Pack-class.html



More information about the Python-list mailing list