Code

Filter effects dialog:
[inkscape.git] / src / ui / previewfillable.h
index e73edbf63f3a133d50d29ad9b32c9d48671aac5f..95662732abf7e351d300b19d3d140258992024ba 100644 (file)
@@ -31,6 +31,8 @@ public:
     virtual void setOrientation( Gtk::AnchorType how ) = 0;
     virtual Inkscape::IconSize getPreviewSize() const = 0;
     virtual ViewType getPreviewType() const = 0;
+    virtual void setWrap( bool b ) = 0;
+    virtual bool getWrap() const = 0;
 };