[Tkinter-discuss] Frame Background

Fredrik Lundh fredrik at pythonware.com
Wed Aug 24 15:49:31 CEST 2005


Sajjad Hussain wrote:

> I am trying to set the background of a frame to an
> image (gif). Can anyone please let me know how to
> accomplish this.

you can't.

if you need to display an image, use a Label (or a Canvas, but
that's probably overkill).

</F> 





More information about the Tkinter-discuss mailing list