]> git.lyx.org Git - features.git/blobdiff - src/insets/insetminipage.h
Added %x support in vspace.C (LyXLenght) and use it for the minipages.
[features.git] / src / insets / insetminipage.h
index e324f27a3efba19168a0d3b192ca0103e967e017..01880f1da754f1d6fea4350fc2ea173f2a7405f4 100644 (file)
@@ -77,17 +77,11 @@ public:
        ///
        void width(string const &);
        ///
-       int widthp() const;
-       ///
-       void widthp(int);
-       ///
-       void widthp(string const &);
-       ///
        SigC::Signal0<void> hideDialog;
        ///
        void InsetButtonRelease(BufferView * bv, int x, int y, int button);
        ///
-       int getMaxWidth(Painter &, UpdatableInset const *) const;
+       int getMaxWidth(BufferView *, UpdatableInset const *) const;
        ///
        bool needFullRow() const { return false; }
        ///
@@ -101,8 +95,6 @@ private:
        string height_;
        ///
        string width_;
-       ///
-       int widthp_;
 };
 
 #endif