]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Fixes to insettabular/text.
[lyx.git] / src / lyx_cb.h
index 3df53458e6a91623070a6c140fdba521699c7065..8904ee965f780c21f5c481dcf3c4e9db74959fe7 100644 (file)
@@ -2,73 +2,27 @@
 #ifndef LYX_CB_H
 #define LYX_CB_H
 
-#include FORMS_H_LOCATION
-
 #include "LString.h"
+#include "lyxfont.h"
 
-class Inset;
-class BufferView;
+class BufferParams;
 
 ///
 extern bool quitting;
+///
+extern bool toggleall;
 
 // When still false after reading lyxrc, warn user
 //about failing \bind_file command. RVDK_PATCH_5
-extern bool BindFileSet;
-
-///
-extern void Foot(BufferView *);
-///
-extern void Emph();
-///
-extern void Bold();
-///
-extern void Noun();
-///
-extern void Margin(BufferView *);
-///
-extern void Figure();
-///
-extern void RTLCB();
-///
-extern void Table();
-///
-extern void Melt(BufferView *);
 ///
-extern void Tex();
-///
-extern void changeDepth(BufferView *, int);
-///
-extern void Free();
-///
-extern void HtmlUrl();
-///
-extern void Url();
-///
-extern void ProhibitInput();
-///
-extern void Code();
-///
-extern void Sans();
-///
-extern void Roman();
-///
-extern void StyleReset();
-///
-extern void Underline();
-///
-extern void FontSize(string const &);
+extern bool BindFileSet;
 ///
-extern string CurrentState();
+extern LyXFont const UserFreeFont(BufferParams const & params);
 ///
-extern void AllowInput();
+void ShowMessage(Buffer * buf,
+                string const & msg1,
+                string const & msg2 = string(),
+                string const & msg3 = string(), int delay = 6);
 
-///
-struct InsetUpdateStruct {
-       ///
-       Inset * inset;
-       ///
-       InsetUpdateStruct * next;
-};
 #endif