]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
namespace grfx -> lyx::graphics
[lyx.git] / src / frontends / Dialogs.h
index 1aa3eea30dfade217d40f3182bceee343e899b2f..9ae7f37b13be16bc7c759d1b9c241f698ca0ea02 100644 (file)
@@ -74,8 +74,6 @@ public:
        void showDocument();
        /// show all forked child processes
        void showForks();
-       /// display the top-level maths panel
-       void showMathPanel();
        ///
        void showPreamble();
        ///
@@ -88,8 +86,6 @@ public:
        void showSendto();
        /// bring up the spellchecker
        void showSpellchecker();
-       /// show the TexInfo
-       void showTexinfo();
        //@}
 
        /** \param name == "about" etc; an identifier used to
@@ -119,6 +115,9 @@ public:
        */
        void update(string const & name, string const & data);
 
+       /// is the dialog currently visible?
+       bool visible(string const & name) const;
+
        /** All Dialogs of the given \param name will be closed if they are
            connected to the given \param inset.
        */