Hello there,
 
<pygtk0.6.6, python2.0, win2k>
 
How does one change the default icon that appears in the upper left of a GtkWindow on Windows?  I tried using
 
pix, mask = gtk.create_pixmap_from_xpm(self, None, 'path-to-xpm')
self.set_icon(pix, mask)
 
and
 
self.set_icon_name('path-to-xpm')
 
neither works and I get the little snake.  Any help would be appreciated.
 
Cheers,
 
Paul

       

Reply via email to