X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fpreviewfillable.h;h=95662732abf7e351d300b19d3d140258992024ba;hb=9dc221b13d49cfa27ea296bd5a6d9a6c3e7a8248;hp=b62ab6b99fd7fbca9d70e4e2ab9e84fcf158beba;hpb=1bdb42eddb21aee3dc7fb58ff67ce9b2ec482763;p=inkscape.git diff --git a/src/ui/previewfillable.h b/src/ui/previewfillable.h index b62ab6b99..95662732a 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,10 +25,14 @@ public: virtual ~PreviewFillable() {} virtual void clear() = 0; virtual void addPreview( Previewable* preview ) = 0; - virtual void setStyle(Gtk::BuiltinIconSize size, ViewType type) = 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 Gtk::BuiltinIconSize getPreviewSize() const = 0; + virtual Inkscape::IconSize getPreviewSize() const = 0; virtual ViewType getPreviewType() const = 0; + virtual void setWrap( bool b ) = 0; + virtual bool getWrap() const = 0; };