]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / LyXView.h
index e09d69b7fc952910ca81fb2d79ad5a3b293952de..f4f82c6907a3e7daae7a567e5f6abbf12fee5fcd 100644 (file)
@@ -21,7 +21,7 @@
 #include "Timeout.h"
 
 // uncomment this line to try out the new menus
-//#define NEW_MENUBAR
+#define NEW_MENUBAR 1
 
 class LyXFunc;
 class Toolbar;
@@ -82,6 +82,9 @@ public:
        /// sets the layout in the toolbar layout combox
        void setLayout(int layout);
 
+       /// update the toolbar
+       void updateToolbar();
+
        /// return a pointer to the lyxfunc
        LyXFunc * getLyXFunc() const;