On Sat, Jul 19, 2008 at 7:43 PM, Alexnb <[EMAIL PROTECTED]> wrote:
>
> So, is there  a way I can make the background of a frame an image and still
> have all the widgets (buttons in this case) remain where they are and how
> they work?

You could just use a Label with a image and use this Label as the
parent for other widgets you want to place over it. You will probably
also want to set the window geometry according to this background
image dimensions.

> --
> View this message in context: 
> http://www.nabble.com/Making-an-image-the-background-of-a-Frame-tp18549545p18549545.html
> Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.
>
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss@python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
>



-- 
-- Guilherme H. Polo Goncalves
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to