]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / lyx_cb.h
index 8904ee965f780c21f5c481dcf3c4e9db74959fe7..4ece4bdfc389eb306092f7eece7185671963c50c 100644 (file)
@@ -6,6 +6,8 @@
 #include "lyxfont.h"
 
 class BufferParams;
+class BufferView;
+class Combox;
 
 ///
 extern bool quitting;
@@ -19,10 +21,39 @@ extern bool BindFileSet;
 ///
 extern LyXFont const UserFreeFont(BufferParams const & params);
 ///
-void ShowMessage(Buffer * buf,
+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 MenuWriteAs(BufferView * bv, Buffer * buffer);
+///
+int MenuRunChktex(Buffer * buffer);
+///
+void QuitLyX();
+///
+void AutoSave(BufferView * bv);
+///
+Buffer * NewLyxFile(string const & filename);
+///
+void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
+///
+void MenuInsertLabel(BufferView * bv, string const & arg);
+///
+void LayoutsCB(int sel, void *, Combox *);
+///
+void MenuLayoutCharacter();
+///
+void MenuLayoutSave(BufferView * bv);
+///
+LyXFont const UserFreeFont(BufferParams const & params);
+///
+void Figure();
+///
+void Reconfigure(BufferView * bv);
 
+       
 #endif