]> git.saurik.com Git - wxWidgets.git/commitdiff
add a link to the page of the GTK+ manual stock items
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 7 Dec 2008 13:48:06 +0000 (13:48 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 7 Dec 2008 13:48:06 +0000 (13:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/artprov.h

index 182fce28e3ca2623d1e65e5e5a29e6c145b03fd9..b8a0a742d36e645a9850803f933c9577d89177f8 100644 (file)
@@ -129,6 +129,8 @@ typedef wxString wxArtID;
         wxBitmap bmp = wxArtProvider::GetBitmap("gtk-cdrom", wxART_MENU);
         #endif
     @endcode
+    For a list of the GTK+ stock items please refer to the GTK+ documentation page
+    http://library.gnome.org/devel/gtk/stable/gtk-Stock-Items.html.
     Additionally, if wxGTK was compiled against GTK+ >= 2.4, then it is also
     possible to load icons from current icon theme by specifying their name (without
     extension and directory components).