Code

Rename LPE: mirror reflect --> mirror symmetry
[inkscape.git] / src / widgets / icon.h
index de643a131973a1d9ed9580966723a4bb0bc8dad8..45ab822235eadf6ddac970a58c4bad9aac8389fc 100644 (file)
@@ -47,5 +47,8 @@ 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 );
+int sp_icon_get_phys_size(int size);
+
 
 #endif // SEEN_SP_ICON_H