On Mon, Oct 08, 2001 at 11:09:51AM -0500, Skip Montanaro wrote:
>
> gc = w.window.new_gc()
> color = gtk.gdk.color_parse("red")
> gc.set_foreground(color)You'd be surprised, but it's actually the background that you want to modify here. w.modify_bg(gtk.STATE_NORMAL, color) Cheers, Matt _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
