X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetert.h;h=b42fa9e405680cfffd6b7427b6ec8e23a59812b7;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=4c63335f8b865f23c33db166ccf459cea604bd95;hpb=60ca300e1d398d2288a8a7b53c4458b28867d210;p=lyx.git diff --git a/src/insets/insetert.h b/src/insets/insetert.h index 4c63335f8b..b42fa9e405 100644 --- a/src/insets/insetert.h +++ b/src/insets/insetert.h @@ -71,7 +71,11 @@ public: /// SigC::Signal0 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: ///