]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCollapsable.h
Add virtual bool Inset::clickable(..) to be used to change the cursor.
[features.git] / src / insets / InsetCollapsable.h
index 5a317bdba76609465e0cc52c0e2f2de0f37ac9f6..e712fba0b3775b6bc674bdce00a66c1329c6d6a8 100644 (file)
@@ -68,6 +68,8 @@ public:
        bool editable() const;
        ///
        bool hasSettings() const { return true; }
+       ///
+       bool clickable(int x, int y) const;
        /// can we go further down on mouse click?
        bool descendable(BufferView const & bv) const;
        ///