]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Fix creationCode() of GuiPrintNomencl
[lyx.git] / src / BufferView.h
index 733e66f9261003119dafd5da8926d81c1a4b69ec..1089781ffdb79ab5d0f64ad6e12f1c34accf0253 100644 (file)
@@ -305,6 +305,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;