diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-04-27 08:32:58 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-04-27 08:32:58 +0000 |
| commit | c7ec44880d249a2344901fd4a908baad53205dde (patch) | |
| tree | 94e1de3642fe2a1db63688b6bea6c7ddc0707917 /src/widgets/icon.h | |
| parent | starting a move method for InkWeb. (diff) | |
| download | inkscape-c7ec44880d249a2344901fd4a908baad53205dde.tar.gz inkscape-c7ec44880d249a2344901fd4a908baad53205dde.zip | |
Cleaning up legacy stock icons and correct icon sizes to match theme engine sizes.
(bzr r7779)
Diffstat (limited to 'src/widgets/icon.h')
| -rw-r--r-- | src/widgets/icon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/icon.h b/src/widgets/icon.h index 1e2e04e10..f70423702 100644 --- a/src/widgets/icon.h +++ b/src/widgets/icon.h @@ -49,5 +49,8 @@ Gtk::Widget *sp_icon_get_icon( const Glib::ustring &oid, Inkscape::IconSize size void sp_icon_fetch_pixbuf( SPIcon *icon ); int sp_icon_get_phys_size(int size); +namespace Inkscape { + void queueIconPrerender( Glib::ustring const &oid, Inkscape::IconSize size = Inkscape::ICON_SIZE_BUTTON ); +} #endif // SEEN_SP_ICON_H |
