How can the values a gtk.gdk.GC be read?

Using 'gc.get_values()' gives the error
 AttributeError: 'gtk.gdk.GCX11' object has no attribute 'get_values'

Using 'gc.foreground' gives the error
 AttributeError: 'gtk.gdk.GCX11' object has no attribute 'foreground'

Steve

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to