Code

added fix from Dale Harvey to expand incomplete JIDs specified in user
[inkscape.git] / src / ui / previewfillable.h
index 106eda7eac03ccaf287a57dd5a3556cc19c28fee..f4a67887ee6632c7ff243a532408696ca31883b1 100644 (file)
@@ -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;
 };