]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Alfredo's second patch
[lyx.git] / src / lyx_cb.h
index 5a39ffa23de1dab75c1231fd4acac88f3437fafb..8ebb2262f2dcf45ca0a249e9afae2231420bbc85 100644 (file)
@@ -21,20 +21,17 @@ bool MenuWrite(BufferView * bv, Buffer * buffer);
 bool WriteAs(BufferView * bv, Buffer * buffer,
             string const & filename = string());
 ///
-int MenuRunChktex(Buffer * buffer);
-///
 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);
+string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuLayoutSave(BufferView * bv);
+string const getPossibleLabel(BufferView const & bv);
 ///
 void Reconfigure(BufferView * bv);
 #endif
-