]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Collapsable -> Collapsible (part 1)
[lyx.git] / src / BufferView.h
index 4b9f6be788bdd342ddd6f9ebb580bad132a58e3c..a5222599f2cf983f7dc514c53d39ffee8e6e6a48 100644 (file)
@@ -260,7 +260,7 @@ public:
        /// access to full cursor.
        Cursor const & cursor() const;
        /// sets cursor.
-       /// This will also open all relevant collapsable insets.
+       /// This will also open all relevant collapsible insets.
        void setCursor(DocIterator const &);
        /// set the selection up to dit.
        void setCursorSelectionTo(DocIterator const & dit);
@@ -307,8 +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;
-       /// get the position and height of the cursor
-       void cursorPosAndHeight(Point & p, int & h) const;
+       /// get the position and height of the caret
+       void caretPosAndHeight(Point & p, int & h) const;
 
        ///
        void draw(frontend::Painter & pain, bool paint_caret);