On Wed, Nov 17, 2004 at 08:00:33PM +0100, Gian Mario Tagliaretti wrote:
> but I was wondering why this:
>
> Im = gtk.Image().set_from_stock(gtk.STOCK_DIALOG_INFO, gtk.ICON_SIZE_BUTTON)
>
> will return None
Careful. Does the following work?
img = gtk.Image()
img.set_from_stock(gtk.STOCK_DIALOG_INFO, gtk.ICON_SIZE_BUTTON)
If so, read carefully.
Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/