X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FToolbar.h;h=8338ee08c0c241a20d08c585119b8608449dcf43;hb=3bcf40e96d29e9a75db0f6d6fa933ea8f124f6e3;hp=e6d23cac6ddd849fa36930941fcd259667802aa5;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/frontends/Toolbar.h b/src/frontends/Toolbar.h index e6d23cac6d..8338ee08c0 100644 --- a/src/frontends/Toolbar.h +++ b/src/frontends/Toolbar.h @@ -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; /**