]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetminipage.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetminipage.h
index 14333f96fa9804c5afa786665f7490e1d13b2bd1..01880f1da754f1d6fea4350fc2ea173f2a7405f4 100644 (file)
@@ -77,19 +77,15 @@ 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; }
+       ///
+       bool ShowInsetDialog(BufferView *) const;
 private:
        ///
        Position pos_;
@@ -99,8 +95,6 @@ private:
        string height_;
        ///
        string width_;
-       ///
-       int widthp_;
 };
 
 #endif