X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=0672c9ddd16800c320dbd5bb8ae36ea8bb9ca6f1;hb=0fd75fefc4aa1816f8d5a72ed0e30f8accdd0bfc;hp=1880a583692158c7408593b70559b57cb8471e50;hpb=7f593196fc20fc8fef14e11b5b240b8a2b0aad39;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 1880a58369..0672c9ddd1 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -311,6 +311,8 @@ public: void editInset(std::string const & name, Inset * inset); /// void clearLastInset(Inset * inset) const; + /// Is the mouse hovering a clickable inset or element? + bool clickableInset() const; private: /// noncopyable