Hi

I'm building a menu for a gnome app here, using stock items and the
ItemFactory. The GTK items, such as gtk.STOCK_NEW and gtk.STOCK_OPEN,
all work great - for example:

("/File/_New", "<Control>N", None, 0, "<StockItem>", gtk.STOCK_NEW)

But I can't get the Help/About stock item (the star icon) to work. The
GNOME C API docs say that you should use the GNOME_STOCK_ABOUT stock
icon, but it doesn't seem to be defined anywhere (tried
gnome.ui.STOCK_ABOUT and various combinations). How can I get the about
stock to work?

Also, what is the difference between a stock item and a stock icon?


-- 
Erik Grinaker
http://erikg.wired-networks.net
                                                                                
"To iterate is human, to recurse, divine"
  - Robert Heller

_______________________________________________
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