summaryrefslogtreecommitdiffstats
path: root/src/ui/previewfillable.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-04-09 05:49:41 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-04-09 05:49:41 +0000
commit427dff020d70f1397502bdf45476cb917c00a1fc (patch)
tree006985cb196f1b9017dbabe54f60e1cd0d86e626 /src/ui/previewfillable.h
parentBefore the rev 10880 fix in xml/simple-node.cpp, text updating when dragging ... (diff)
downloadinkscape-427dff020d70f1397502bdf45476cb917c00a1fc.tar.gz
inkscape-427dff020d70f1397502bdf45476cb917c00a1fc.zip
Adding in new icon size
(bzr r462)
Diffstat (limited to 'src/ui/previewfillable.h')
-rw-r--r--src/ui/previewfillable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/previewfillable.h b/src/ui/previewfillable.h
index f4a67887e..e73edbf63 100644
--- a/src/ui/previewfillable.h
+++ b/src/ui/previewfillable.h
@@ -14,7 +14,7 @@
#include "previewable.h"
-
+#include "../icon-size.h"
namespace Inkscape {
namespace UI {
@@ -27,9 +27,9 @@ public:
virtual void addPreview( Previewable* preview ) = 0;
virtual void freezeUpdates() = 0;
virtual void thawUpdates() = 0;
- virtual void setStyle(Gtk::BuiltinIconSize size, ViewType type) = 0;
+ virtual void setStyle( Inkscape::IconSize size, ViewType type) = 0;
virtual void setOrientation( Gtk::AnchorType how ) = 0;
- virtual Gtk::BuiltinIconSize getPreviewSize() const = 0;
+ virtual Inkscape::IconSize getPreviewSize() const = 0;
virtual ViewType getPreviewType() const = 0;
};