]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfloat.h
read the Changelog
[features.git] / src / insets / insetfloat.h
index 8669911d5e4307a4a83f1106329f6cb4c29b5de2..62e51aae9eed9e80d70e31ef877700f3159ad1c3 100644 (file)
@@ -26,7 +26,7 @@ class Painter;
 class InsetFloat : public InsetCollapsable {
 public:
        ///
-       InsetFloat();
+       InsetFloat(string const &);
        ///
        void Write(Buffer const * buf, std::ostream & os) const;
        ///
@@ -44,14 +44,18 @@ public:
        ///
        bool InsertInsetAllowed(Inset * inset) const;
        ///
-//     LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
-       ///
        void InsetButtonRelease(BufferView * bv, int x, int y, int button);
+       ///
+       void wide(bool w);
+       ///
+       bool wide() const;
 private:
        ///
        string floatType;
        ///
        string floatPlacement;
+       ///
+       bool wide_;
 };
 
 #endif