]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkAreaManager.h
MathsUi.ui: adjust the size to fit better
[lyx.git] / src / frontends / WorkAreaManager.h
index 7d389c67034b82e5993887a9e139a06d9bf117ba..e8952f2eae2276a4884f5a7f5db91b06ddc8eca1 100644 (file)
@@ -35,12 +35,11 @@ public:
        ///
        void remove(WorkArea * wa);
        ///
-       void redrawAll();
+       void redrawAll(bool update_metrics);
        ///
        void closeAll();
-       /// This function is called when the buffer readonly status change.
-       void setReadOnly(bool);
-       /// Update window titles of all users.
+       /// Update window titles of all users and the external modifications
+       /// warning.
        void updateTitles();
 
 private: