Hello, i have some trouble with drawing area. I am actually not able to configure colours of lines and other object.
self.gc.set_foreground(gtk.gdk.Color(10000,10000,60000)) widget.window.draw_rectangle(self.gc, True, x*70, y*70, 70, 70) I thought that this will work fine, but the line is black. Can anyone help me? Thanks for your time _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
