I didn't find them in the FAQ you reference, but this link is also available: http://library.gnome.org/devel/gtk/2.11/gtk-Stock-Items.html http://library.gnome.org/devel/gtk/2.11/gtk-Stock-Items.html With pygtk, use for example "gtk-apply' as string or gtk.STOCK_APPLY as gtk object (not GTK_STOCK_APPLY). Regards
Gian Mario Tagliaretti-3 wrote: > > 2007/10/23, awalter1 <[EMAIL PROTECTED]>: > > Hi Alain, > >> Hi, >> I'm looking for image to be used in gtk.Button definition as 'gtk-help' >> or >> 'gtk-quit'. > > Have a look at pygtk FAQ, IIRC most of your questions are explained in > there: > http://faq.pygtk.org/index.py?req=index > > 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/ > > -- View this message in context: http://www.nabble.com/get-the-list-of-available-image-for-gtk.Button%28%29-tf4677303.html#a13366173 Sent from the Gtk+ - Python mailing list archive at Nabble.com. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
