]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiToolbar.h
Improve wording (#10670)
[lyx.git] / src / frontends / qt4 / GuiToolbar.h
index 37ebd8c294a9ce08ebb85dbf6656b35ebfd70094..43f61887485d56ef778944c3db59248b37772dc2 100644 (file)
@@ -92,12 +92,14 @@ public:
        bool isRestored() const;
 
        /// Refresh the contents of the bar.
-       void update(bool in_math, bool in_table, bool review,
-               bool in_mathmacrotemplate, bool in_ipa);
+       void update(int context = 0);
 
        ///
        void toggle();
 
+       /// toggles movability
+       void movable(bool silent = false);
+
        ///
        GuiCommandBuffer * commandBuffer() { return command_buffer_; }