]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Rename TextMetrics::dimension() to dim()
[lyx.git] / src / BufferView.h
index 0381b6b86fe096ecfc67ae83e2fbc205af881e89..2478e609349857d2ae1ce47c28f8c8891caff053 100644 (file)
@@ -307,6 +307,8 @@ public:
        bool paragraphVisible(DocIterator const & dit) const;
        /// is the cursor currently visible in the view
        bool cursorInView(Point const & p, int h) const;
+       /// set the ascent and descent of the caret
+       void setCaretAscentDescent(int asc, int des);
        /// get the position and height of the caret
        void caretPosAndHeight(Point & p, int & h) const;