]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbutton.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetbutton.h
index 6d5b872e393ae23dad6a1e98330827d54f439878..9d5deb926666faed8ec585f8b495fe1621285671 100644 (file)
 class InsetButton: public Inset {
 public:
        ///
-       int ascent(BufferView *, LyXFont const &) const;
+       void dimension(BufferView *, LyXFont const &, Dimension &) const;
        ///
-       int descent(BufferView *, LyXFont const &) const;
+       void draw(BufferView *, LyXFont const &, int, float &) const;
        ///
-       int width(BufferView *, LyXFont const &) const;
-       ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       dispatch_result localDispatch(FuncRequest const & cmd);
 
 protected:
        ///