]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
citation patch from Angus
[lyx.git] / src / BufferView_pimpl.h
index 4358e20197396ac012b83a2343ebbfd79b25605d..e0a33d4aa415f5c2acb2b324fd53f0894dd3803f 100644 (file)
@@ -20,7 +20,9 @@ class LyXScreen;
 using SigC::Object;
 #endif
 
+///
 struct BufferView::Pimpl : public Object {
+       ///
        Pimpl(BufferView * i, LyXView * o,
              int xpos, int ypos, int width, int height);
        ///
@@ -41,7 +43,7 @@ struct BufferView::Pimpl : public Object {
        int resizeCurrentBuffer();
        ///
        void update();
-       ///
+       //
        void update(BufferView::UpdateCodes);
        ///
        void gotoError();
@@ -54,12 +56,15 @@ struct BufferView::Pimpl : public Object {
        ///
        void scrollCB(double value);
        ///
-       Inset * checkInsetHit(LyXText *, int & x, int & y, unsigned int button);
+       Inset * checkInsetHit(LyXText *, int & x, int & y,
+                             unsigned int button);
        /// 
        int scrollUp(long time);
        ///
        int scrollDown(long time);
        ///
+       void workAreaKeyPress(KeySym, unsigned int state);
+       ///
        void workAreaMotionNotify(int x, int y, unsigned int state);
        ///
        void workAreaButtonPress(int x, int y, unsigned int button);
@@ -142,6 +147,7 @@ struct BufferView::Pimpl : public Object {
        ///
        void stuffClipboard(string const &) const;
 private:
+       ///
        bool using_xterm_cursor;
 };
 #endif