]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Move #includes out of header files.
[lyx.git] / src / BufferView.h
index 076361c14ea53f47b62b0a5758f014e581a101f3..029c139c38cc37b8269e1b1284d7847f2219c8de 100644 (file)
@@ -64,6 +64,12 @@ public:
        /// return the owning main view
        LyXView * owner() const;
 
+       /// return the visible top y
+       int top_y() const;
+
+       /// set the visible top y
+       void top_y(int);
+
        /// resize event has happened
        void resize();
 
@@ -199,9 +205,6 @@ private:
        /// Set the current locking inset
        void theLockingInset(UpdatableInset * inset);
 
-       /// return the lyxtext containing this inset
-       LyXText * getParentText(InsetOld * inset) const;
-
        /**
         * Change all insets with the given code's contents to a new
         * string. May only be used with InsetCommand-derived insets