List Info

Thread: Fixed color background




Fixed color background
user name
2006-02-22 03:24:38
How do I set the background color of a frame to black?
Fixed color background
user name
2006-02-22 14:52:30
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-discusspython.org
http://mail.python.org/mailman/listinfo/tkinter-discuss
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )