]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.h
hopefully fix tex2lyx linking.
[lyx.git] / src / frontends / LyXView.h
index f9f7454c4451671221909d6a761de6f3565b13c1..6f36161c09b2a6b7f2e43915673216a766a7a62c 100644 (file)
@@ -136,6 +136,10 @@ public:
 
        /// update the toolbar
        void updateToolbars();
+       /// get toolbar state
+       ToolbarBackend::Flags getToolbarState(std::string const & name);
+       /// toggle toolbar state
+       void toggleToolbarState(std::string const & name);
        /// update the menubar
        void updateMenubar();
        /// update the status bar
@@ -153,6 +157,9 @@ public:
        /// updates the title of the window
        void updateWindowTitle();
 
+       /// updates the tab view
+       virtual void updateTab() = 0;
+
        /// reset autosave timer
        void resetAutosaveTimer();