add a link to the page of the GTK+ manual stock items

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-12-07 13:48:06 +00:00
parent 4e021c31d0
commit 61babb3c30

View File

@@ -129,6 +129,8 @@ typedef wxString wxArtID;
wxBitmap bmp = wxArtProvider::GetBitmap("gtk-cdrom", wxART_MENU); wxBitmap bmp = wxArtProvider::GetBitmap("gtk-cdrom", wxART_MENU);
#endif #endif
@endcode @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 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 possible to load icons from current icon theme by specifying their name (without
extension and directory components). extension and directory components).