Re: [pygtk] Change background color?

2007-06-27 Thread Seltzer
that works for most windows, as does modify_bg(...), but ... """ modify_bg() only affects widgets that have an associated gtk.gdk.Window. Widgets that do not have an associated window include

Re: [pygtk] Change background color?

2007-06-27 Thread Sylvain Saleur
Hello! Thank you very much, I didn't know this FAQ... So I tried this: http://faq.pygtk.org/index.py?req=show&file=faq04.006.htp But it doesn't work! I'm probably use the wrong way... If I apply this method to my notebook, it works. But I just want to set this background to one page childs. An

Re: [pygtk] Change background color?

2007-06-26 Thread John Dennis
On Tue, 2007-06-26 at 22:55 -0400, Sylvain Saleur wrote: > Hello! > > I'm trying to change the background color of a part of my program. > I would like the background in white but I don't know how to do it... > > If you have any suggestion... The FAQ is your friend :-) It tells you the answer to

[pygtk] Change background color?

2007-06-26 Thread Sylvain Saleur
Hello! I'm trying to change the background color of a part of my program. The structure is the following: Notebook page |_Frame |_HBox |_Scrolledwindow |_VBox |_label |_image |_buton I would like the background in white but I don't