]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Try to be more pedantic wrt blank lines in lyx2lyx output
[lyx.git] / src / BufferView.h
index e831e3a2ebd7796df9c8bce9222b3108bd4dffe1..ad725f2121861a598cc5c724758c4bc214035302 100644 (file)
@@ -155,8 +155,8 @@ public:
        int horizScrollOffset(Text const * text,
                              pit_type pit, pos_type pos) const;
 
-       /// reset the scrollbar to reflect current view position.
-       void updateScrollbar();
+       /// reset the scrollbar parameters to reflect current view position.
+       void updateScrollbarParameters();
        /// return the Scrollbar Parameters.
        ScrollbarParameters const & scrollbarParameters() const;
        /// \return Tool tip for the given position.
@@ -375,6 +375,8 @@ public:
        bool clickableInset() const;
        ///
        void makeDocumentClass();
+       /// Are we currently performing a selection with the mouse?
+       bool mouseSelecting() const;
 
 private:
        /// noncopyable