]> 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 5db5524967b7d090a47577aee8ef1d8bc077045e..0c3240eb57ece5b77cb3e63972b90ae509bfaa22 100644 (file)
@@ -16,12 +16,9 @@ void ShowMessage(Buffer const * buf,
                 string const & msg2 = string(),
                 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();
 ///
@@ -33,7 +30,7 @@ void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
 string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuInsertLabel(BufferView * bv, string const & arg);
+string const getPossibleLabel(BufferView const & bv);
 ///
 void Reconfigure(BufferView * bv);
 #endif