Hi,

I'm pretty new to the whole pygtk scene, so maybe my question has
been answered a million times before, but I couldn't find it in the
archives - so here it goes.

When trying to instantiate GdkColor with values higher than 2^15
(e.g. GdkColor(0xFFFF,0,0)),  I get the error:

"OverflowError: signed short integer is greater than maximum"

Shouldn't it use an unsigned short integer instead. If not, how can
I get the text to be purely red, for instance?

Regards,
H�kon Brug�rd
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to