]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Menubar.h
implement getLabelList
[lyx.git] / src / frontends / Menubar.h
index c343cb44e95073a731f821793cbf2f6e99791bac..f212798af8b261de58d73f28982a80420c12d64d 100644 (file)
@@ -36,13 +36,14 @@ 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)
        struct Pimpl;
-       ///
        friend struct Pimpl;
 private:
        ///