Code

Cleaned up comments
[inkscape.git] / src / ui / previewholder.h
index 42f5b119bf4aa3bd57bed710f0b5a49a8bc6cfd0..046cdf7c7dfbef03c5707dc5c286796d80238530 100644 (file)
@@ -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