Index: Gtk2/api.pod =================================================================== RCS file: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/api.pod,v retrieving revision 1.12 diff -u -p -r1.12 api.pod --- Gtk2/api.pod 18 Aug 2003 21:27:07 -0000 1.12 +++ Gtk2/api.pod 20 Aug 2003 12:52:02 -0000 @@ -111,8 +111,9 @@ FIXME if anyone can think of a better wa The gtk stock item stuff is a little different -- the GTK_STOCK_* constants are actually macros which evaluate to strings, so they aren't handled by the mechanism described above; you just specify the string, e.g., -GTK_STOCK_OK => 'gtk-ok'. I don't know where the docs are for those strings, -but it's been my first guess every time. +GTK_STOCK_OK => 'gtk-ok'. See +http://developer.gnome.org/doc/API/2.0/gtk/gtk-Stock-Items.html#GTK-STOCK-ADD-CAPS +for the full stock strings list. =head2 Memory Handling