]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Menubar.h
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated...
[lyx.git] / src / frontends / Menubar.h
index 5784d4d45916b43a52ac5ed6ac22cd6c8732f5d1..595ad77cec4eeede053c3f6763b532937fe34526 100644 (file)
@@ -36,14 +36,16 @@ public:
        void set(string const &);
        /// Opens a top-level submenu given its name
        void openByName(string const &);
+       /// update the state of the menuitems
+       void update();
 
 
        //I disable this temporarily until I find a nice way to make it work
        //with compaq cxx. (Jean-Marc)
        // Is this a new comment? (Lgb)
-private:
        struct Pimpl;
        friend struct Pimpl;
+private:
        Pimpl * pimpl_;
 };
 #endif