]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetert.h
index 4c63335f8b865f23c33db166ccf459cea604bd95..b42fa9e405680cfffd6b7427b6ec8e23a59812b7 100644 (file)
@@ -71,7 +71,11 @@ public:
        ///
        SigC::Signal0<void> hideDialog;
        ///
-       void insetButtonRelease(BufferView * bv, int x, int y, int button);
+       void insetButtonPress(BufferView *, int x, int y, int button);
+       ///
+       bool insetButtonRelease(BufferView * bv, int x, int y, int button);
+       ///
+       void insetMotionNotify(BufferView *, int x, int y, int state);
        ///
        int latex(Buffer const *, std::ostream &, bool fragile,
                  bool free_spc) const;
@@ -118,6 +122,10 @@ public:
        void status(BufferView *, ERTStatus const st) const;
        ///
        bool showInsetDialog(BufferView *) const;
+       ///
+       bool forceDefaultParagraphs(Inset const *) const {
+               return true;
+       }
 
 private:
        ///