X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fpreviewholder.h;h=046cdf7c7dfbef03c5707dc5c286796d80238530;hb=59dee01ed4509746c3a8ef0571124fb100bbcd1e;hp=42f5b119bf4aa3bd57bed710f0b5a49a8bc6cfd0;hpb=996b199b7b55084ca7ba2e144d07bfb7bf89bb3f;p=inkscape.git diff --git a/src/ui/previewholder.h b/src/ui/previewholder.h index 42f5b119b..046cdf7c7 100644 --- a/src/ui/previewholder.h +++ b/src/ui/previewholder.h @@ -38,6 +38,8 @@ public: virtual void setColumnPref( int cols ); virtual Inkscape::IconSize getPreviewSize() const { return _baseSize; } virtual ViewType getPreviewType() const { return _view; } + virtual void setWrap( bool b ); + virtual bool getWrap() const { return _wrap; } protected: virtual void on_size_allocate( Gtk::Allocation& allocation ); @@ -56,6 +58,7 @@ private: Gtk::AnchorType _anchor; Inkscape::IconSize _baseSize; ViewType _view; + bool _wrap; }; } //namespace UI