]> 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 5e4c23904a0862689259878e562ea1d3e869caf7..55968e63423fd6c3b913ff9ae1a59768cfeb7df3 100644 (file)
@@ -51,12 +51,13 @@ public:
          main initialization.
          */
        void init();
-       ///
-       LyXView *lyxViews; // or something so that several views
-       // on the same time can be allowed.
 
-       /// 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 */
@@ -79,6 +80,9 @@ private:
        //@{
        /// The LyX that owns this GUI.
        LyX *_owner;
+       ///
+       LyXView *lyxViews; // or something so that several views
+       // on the same time can be allowed.
        /// Do we have a gui?
        bool gui;
        //@}