]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_gui.h
NEW_INSETS changes, + some small things in insettabular.C
[lyx.git] / src / lyx_gui.h
index 637cfdb2c3677eec602890df07526ed621a70d6a..55968e63423fd6c3b913ff9ae1a59768cfeb7df3 100644 (file)
@@ -52,8 +52,12 @@ public:
          */
        void init();
 
-       /// Register the buffer with the first fount LyXView in lyxViews
+       /// Register the buffer with the first found LyXView in lyxViews
        void regBuf(Buffer*);
+
+       /// Access to (first?) LyXView
+       LyXView * getLyXView() const;
+       
        //@}
 private:
        /**@name Construcor */