It seems that the first defined constructor of a given type "wins" as
far as becoming the __init__ for that type.  For classes like GtkImage
this is causing us only to be able to make new GtkImage objects from
pixmaps.

Should we do keyword args or magick checking to figure out which
constructor to use?  Or make helper construction functions?

Cheers,

Matt
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to