]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/artprov.h
take into account the width of the static box label in wxStaticBoxSizer minimal size...
[wxWidgets.git] / interface / wx / artprov.h
index 182fce28e3ca2623d1e65e5e5a29e6c145b03fd9..b141297fb55ce9a07f4d48c92b31b149956b0b59 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).
@@ -162,7 +164,7 @@ typedef wxString wxArtID;
     identical bitmap for different client values!
 
     @library{wxcore}
-    @category{misc,data}
+    @category{misc}
 
     @see the @ref page_samples_artprov for an example of wxArtProvider usage.
 */