In GTK there are window widgets and no-window widgets. No-window widgets don't have backgrounds. Labels are no-widow widgets, they simply paint on the window of their parent widget. So, to change the background behind a label you have to change the background of its parent.
Cheers, Matt On Sun, Jun 30, 2002 at 02:02:21AM -0700, Jacek Pliszka wrote: > Hi! > > It's my first encounter with pygtk. And I must say that setting > the colors is much more complicated here than in Qt. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
