Code

use stockid for label; help text update
[inkscape.git] / src / widgets / icon.h
index de643a131973a1d9ed9580966723a4bb0bc8dad8..55112c0aeeadb7338b0d8d69c541441b69823d38 100644 (file)
@@ -47,5 +47,6 @@ GtkWidget *sp_icon_new( Inkscape::IconSize size, const gchar *name );
 // Might return a wrapped SPIcon, or Gtk::Image
 Gtk::Widget *sp_icon_get_icon( const Glib::ustring &oid, Inkscape::IconSize size = Inkscape::ICON_SIZE_BUTTON );
 
+void sp_icon_fetch_pixbuf( SPIcon *icon );
 
 #endif // SEEN_SP_ICON_H