]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/alert.h
xpdf support for forward view via synctex. This is quite powerful tool.
[lyx.git] / src / frontends / alert.h
index b4e123731c0878cfb4d303578fbf20bb1c2a422d..433369d1b9bdecd73ee0e9bdd4837182ae59839f 100644 (file)
@@ -37,8 +37,11 @@ int prompt(docstring const & title, docstring const & question,
 /**
  * Display a warning to the user. Title should be a short (general) summary.
  * Only use this if the user cannot perform some remedial action.
+ * \p askshowagain will display a check box where the user can turn off the
+ * warning for future cases. Ponder carefully if this is feasible.
  */
-void warning(docstring const & title, docstring const & message);
+void warning(docstring const & title, docstring const & message,
+            bool const & askshowagain = false);
 
 /**
  * Display a warning to the user. Title should be a short (general) summary.