]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
partial framebox support
[lyx.git] / src / lyxtext.h
index 3f8dc0569d21ce658129333e3b60d9a617ce5cd9..01ffb481f796f8e00b9bd041dcdc057d1314907a 100644 (file)
@@ -624,6 +624,12 @@ public:
        void updateCounters(BufferView *) const;
        /// 
        void update(BufferView * bv, bool changed = true);
+       /**
+        * Returns an inset if inset was hit, or 0 if not.
+        * If hit, the coordinates are changed relative to the inset.
+        */
+       Inset * checkInsetHit(BufferView * bv, int & x, int & y) const;
+
 private:
        ///
        void setCounter(Buffer const *, Paragraph * par) const;