2007/11/26, awalter1 <[EMAIL PROTECTED]>:

> I'm looking about how to create a button with only a stock item and no
> label.

[...]

> Is there a more simple solution ?

gtk.stock_add([(gtk.STOCK_SAVE, "", 0, 0, "")])
button = gtk.Button(None, gtk.STOCK_SAVE)

cheers
-- 
Gian Mario Tagliaretti
_______________________________________________
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