]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
We don't currently use fork anywhere (or if we do it's by mistake!), so
[lyx.git] / src / frontends / Dialogs.h
index 631cd9dde369edd98130e82bf63e20b570b8e79d..514aa69145653bafe3aedf23e830b68189b6b443 100644 (file)
@@ -107,6 +107,8 @@ public:
        SigC::Signal1<void, InsetError *> showError;
        /// show the external inset dialog
        SigC::Signal1<void, InsetExternal *> showExternal; 
+       /// show the contents of a file.
+       SigC::Signal1<void, string const &> showFile;
        ///
        SigC::Signal1<void, InsetGraphics *> showGraphics;
        /// show the details of a LyX file include inset
@@ -157,6 +159,8 @@ public:
        SigC::Signal1<void, InsetTabular *> updateTabular;
        ///
        SigC::Signal0<void> showTabularCreate;
+       /// show the TexInfo
+       SigC::Signal0<void> showTexinfo;
        /// show the thesaurus dialog
        SigC::Signal1<void, string const &> showThesaurus; 
        ///