]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / BufferView.h
index ea2f1e847ecff1cf0fc0bc4aa7e1ea3d2659a460..3f20c3a0892a756a07776c8a730b0ff2846a1cdf 100644 (file)
@@ -92,7 +92,7 @@ public:
        ///
        LyXView * owner() const;
        ///
-       void beforeChange();
+       void beforeChange(LyXText *);
         ///
         void savePosition(unsigned int i);
         ///
@@ -238,24 +238,6 @@ public:
 
        ///
        void pushIntoUpdateList(Inset * i);
-#if 0
-       ///
-       void workAreaExpose();
-       ///
-       void workAreaButtonPress(int x, int y, unsigned int button);
-       ///
-       void workAreaButtonRelease(int x, int y, unsigned int button);
-       ///
-       void workAreaMotionNotify(int x, int y, unsigned int state);
-       ///
-       void doubleClick(int x, int y, unsigned int button);
-       ///
-       void tripleClick(int x, int y, unsigned int button);
-       ///
-       void enterView();
-       ///
-       void leaveView();
-#endif
        ///
        bool ChangeInsets(Inset::Code code, string const & from, 
                          string const & to);