]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
* ANNOUNCE
[lyx.git] / src / insets / InsetCollapsable.h
index 5a317bdba76609465e0cc52c0e2f2de0f37ac9f6..fda6f84e3c4d2397ca5b2b05c9ad905c69e8c462 100644 (file)
 #ifndef INSETCOLLAPSABLE_H
 #define INSETCOLLAPSABLE_H
 
-#include "Inset.h"
 #include "InsetText.h"
 
 #include "Box.h"
-#include "TextClass.h"
+
+#include <map>
 
 namespace lyx {
 
@@ -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;
        ///