]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / BufferView.h
index 027d46cb900d352be5faf58b5f59e39ea46c3971..18df76f34f2915fff48927f9f79dd99b75996230 100644 (file)
@@ -73,8 +73,7 @@ public:
        ///
        void updateScrollbar();
        ///
-       Inset * checkInsetHit(LyXText *, int & x, int & y,
-                             unsigned int button);
+       Inset * checkInsetHit(LyXText *, int & x, int & y);
        /// 
        void redoCurrentBuffer();
        ///
@@ -136,7 +135,7 @@ public:
        ///
        void paste();
        ///
-       void cut();
+       void cut(bool realcut = true);
        ///
        void copy();
        ///
@@ -201,8 +200,6 @@ public:
        ///
        void setState();
 
-       ///
-       void pushIntoUpdateList(Inset * i);
        ///
        bool ChangeInsets(Inset::Code code, string const & from, 
                          string const & to);