[Tkinter-discuss] Fixed color background

Cameron Laird Cameron at Phaseit.net
Wed Feb 22 15:52:30 CET 2006


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.


More information about the Tkinter-discuss mailing list