]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Toolbar.h
Make M-x show the minibuffer
[lyx.git] / src / frontends / Toolbar.h
index e6d23cac6ddd849fa36930941fcd259667802aa5..8338ee08c0c241a20d08c585119b8608449dcf43 100644 (file)
@@ -35,6 +35,9 @@ public:
        /// update the state of the toolbars
        void update(bool in_math, bool in_table);
 
+       /// show/hide the named toolbar
+       void display(std::string const & name, bool show);
+
        /// update the layout combox
        virtual void setLayout(std::string const & layout) = 0;
        /**