]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / lyx_cb.h
index 264204fa466a288ad154edec79303bf597ba5edc..f156f1489dd1747487db6fd62bf2ccf5dedac7a3 100644 (file)
@@ -11,32 +11,21 @@ class BufferView;
 extern bool quitting;
 
 ///
-void ShowMessage(Buffer const * buf,
-                string const & msg1,
-                string const & msg2 = string(),
-                string const & msg3 = string(), int delay = 6);
-///
-bool MenuWrite(BufferView * bv, Buffer * buffer);
+bool MenuWrite(Buffer * buffer);
 /// write the given file, or ask if no name given
-bool WriteAs(BufferView * bv, Buffer * buffer,
-            string const & filename = string());
-///
-int MenuRunChktex(Buffer * buffer);
+bool WriteAs(Buffer * buffer, string const & filename = string());
 ///
 void QuitLyX();
 ///
 void AutoSave(BufferView * bv);
 ///
-Buffer * NewLyxFile(string const & filename);
+void NewFile(BufferView * bv, string const & filename);
 ///
 void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuInsertLabel(BufferView * bv, string const & arg);
+string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuLayoutSave(BufferView * bv);
-///
-void Figure();
+string const getPossibleLabel(BufferView const & bv);
 ///
 void Reconfigure(BufferView * bv);
 #endif
-