X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fpreviewfillable.h;h=e73edbf63f3a133d50d29ad9b32c9d48671aac5f;hb=ef4c85e356eadfc45dc001167240fd3305010ff7;hp=106eda7eac03ccaf287a57dd5a3556cc19c28fee;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/ui/previewfillable.h b/src/ui/previewfillable.h index 106eda7ea..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 { @@ -25,8 +25,11 @@ public: virtual ~PreviewFillable() {} virtual void clear() = 0; virtual void addPreview( Previewable* preview ) = 0; - virtual void setStyle(Gtk::BuiltinIconSize size, ViewType type) = 0; - virtual Gtk::BuiltinIconSize getPreviewSize() const = 0; + virtual void freezeUpdates() = 0; + virtual void thawUpdates() = 0; + virtual void setStyle( Inkscape::IconSize size, ViewType type) = 0; + virtual void setOrientation( Gtk::AnchorType how ) = 0; + virtual Inkscape::IconSize getPreviewSize() const = 0; virtual ViewType getPreviewType() const = 0; };