]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / lyx_cb.h
index 264204fa466a288ad154edec79303bf597ba5edc..0c3240eb57ece5b77cb3e63972b90ae509bfaa22 100644 (file)
@@ -14,29 +14,23 @@ extern bool quitting;
 void ShowMessage(Buffer const * buf,
                 string const & msg1,
                 string const & msg2 = string(),
-                string const & msg3 = string(), int delay = 6);
+                string const & msg3 = string());
 ///
-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);
+Buffer * NewFile(string const & filename);
 ///
 void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuInsertLabel(BufferView * bv, string const & arg);
-///
-void MenuLayoutSave(BufferView * bv);
+string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void Figure();
+string const getPossibleLabel(BufferView const & bv);
 ///
 void Reconfigure(BufferView * bv);
 #endif
-