]> git.lyx.org Git - lyx.git/blob - src/lyx_cb.h
citation 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
7 class BufferParams;
8
9 ///
10 extern bool quitting;
11 ///
12 extern bool toggleall;
13
14 // When still false after reading lyxrc, warn user
15 //about failing \bind_file command. RVDK_PATCH_5
16 ///
17 extern bool BindFileSet;
18 ///
19 extern LyXFont UserFreeFont(BufferParams const & params);
20 ///
21 void ShowMessage(Buffer * buf,
22                  string const & msg1,
23                  string const & msg2 = string(),
24                  string const & msg3 = string(), int delay = 6);
25
26 #endif
27