]> git.lyx.org Git - features.git/blobdiff - src/frontends/Dialogs.h
Added Minipage-Dialog, small fix in LyXTabular::l_getline (removing \r).
[features.git] / src / frontends / Dialogs.h
index f90f652c63e2ec87159bcad0da5dd6f006ff72c8..28db300368ee22abf7c72da19a5a41548b3b6e6a 100644 (file)
@@ -44,6 +44,7 @@ class InsetInclude;
 class InsetInfo;
 class InsetTabular;
 class InsetCommand;
+class InsetMinipage;
 
 /** Container of all dialogs and signals a LyXView needs or uses to access them
     The list of dialog signals isn't comprehensive but should be a good guide
@@ -149,6 +150,10 @@ public:
        ///
        SigC::Signal0<void> showTabularCreate;
        ///
+       SigC::Signal1<void, InsetMinipage *> showMinipage;
+       ///
+       SigC::Signal1<void, InsetMinipage *> updateMinipage;
+       ///
        SigC::Signal1<void, InsetCommand *> showTOC;
        ///
        SigC::Signal1<void, string const &> createTOC;