X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fpreviewfillable.h;h=f4a67887ee6632c7ff243a532408696ca31883b1;hb=bcc70a9ac5ff7855970bc12c1d85aa008480bfec;hp=106eda7eac03ccaf287a57dd5a3556cc19c28fee;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/ui/previewfillable.h b/src/ui/previewfillable.h index 106eda7ea..f4a67887e 100644 --- a/src/ui/previewfillable.h +++ b/src/ui/previewfillable.h @@ -25,7 +25,10 @@ public: virtual ~PreviewFillable() {} virtual void clear() = 0; 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 setOrientation( Gtk::AnchorType how ) = 0; virtual Gtk::BuiltinIconSize getPreviewSize() const = 0; virtual ViewType getPreviewType() const = 0; };