]> git.lyx.org Git - lyx.git/blob - src/lyx_cb.h
Inset patch from Angus.
[lyx.git] / src / lyx_cb.h
1 // -*- C++ -*-
2 #ifndef LYX_CB_H
3 #define LYX_CB_H
4
5 #include "LString.h"
6 #include "lyxfont.h"
7
8 class BufferParams;
9
10 ///
11 extern bool quitting;
12 ///
13 extern bool toggleall;
14
15 // When still false after reading lyxrc, warn user
16 //about failing \bind_file command. RVDK_PATCH_5
17 ///
18 extern bool BindFileSet;
19 ///
20 extern LyXFont const UserFreeFont(BufferParams const & params);
21 ///
22 void ShowMessage(Buffer const * buf,
23                  string const & msg1,
24                  string const & msg2 = string(),
25                  string const & msg3 = string(), int delay = 6);
26
27 #endif
28