]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Toolbar.C
Fix xforms menus display problems
[lyx.git] / src / frontends / Toolbar.C
index dc2b46b5aba437e47039cf1aa86d06ac8f589e05..7bf23601a326250f3c1ea1c32f08ac227c8adc39 100644 (file)
@@ -67,23 +67,27 @@ void Toolbar::deactivate()
        pimpl_->deactivate();
 }
 
+
 void Toolbar::update()
 {
        pimpl_->update();
 }
 
 
-void Toolbar::setLayout(int layout) {
+void Toolbar::setLayout(int layout)
+{
        pimpl_->setLayout(layout);
 }
 
 
-void Toolbar::updateLayoutList(bool force) {
+void Toolbar::updateLayoutList(bool force)
+{
        pimpl_->updateLayoutList(force);
 }
 
                
-void Toolbar::openLayoutList() {
+void Toolbar::openLayoutList()
+{
        pimpl_->openLayoutList();
 }
 
@@ -96,7 +100,8 @@ void Toolbar::clearLayoutList()
 
 void Toolbar::push(int nth)
 {
-       pimpl_->push(nth);}
+       pimpl_->push(nth);
+}
 
 
 void Toolbar::add(string const & func, bool doclean)