[Tkinter-discuss] Possibly n00bish question about ImageTk

John McMonagle jmcmonagle at velseis.com.au
Fri Jun 29 00:21:02 CEST 2007


mkieverpy at tlink.de wrote:

> BTW you use 'place' and 'pack' for the label. As I understood
> your supposed to use exactly ONE geometry handler for a gui element in tk.
> 

This really only applies to widgets which are packed/placed/gridded into 
the same parent container.    In his example he is packing a Frame into 
master then placing a Label into the Frame, so there is no contention.



More information about the Tkinter-discuss mailing list