On Tue, Feb 21, 2006 at 07:24:38PM -0800, this_is Not_my_name wrote:
                        .
                        .
                        .
> How do I set the background color of a frame to black?
                        .
                        .
                        .
  >>> import Tkinter
  >>> f = Tkinter.Frame(width = 50, height = 50, background = "black")
  >>> f.pack()

is an example.
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to