]> 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 1d01b0ef86903d9235b612e881264cd57e5305bc..595ad77cec4eeede053c3f6763b532937fe34526 100644 (file)
@@ -36,13 +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.
-//private:
+       //with compaq cxx. (Jean-Marc)
+       // Is this a new comment? (Lgb)
        struct Pimpl;
        friend struct Pimpl;
+private:
        Pimpl * pimpl_;
 };
 #endif