]> git.lyx.org Git - lyx.git/blob - src/lyx_cb.h
small changes to ButtonController usage
[lyx.git] / src / lyx_cb.h
1 // -*- C++ -*-
2 #ifndef LYX_CB_H
3 #define LYX_CB_H
4
5 class BufferParams;
6
7 ///
8 extern bool quitting;
9 ///
10 extern bool toggleall;
11
12 // When still false after reading lyxrc, warn user
13 //about failing \bind_file command. RVDK_PATCH_5
14 ///
15 extern bool BindFileSet;
16 ///
17 extern LyXFont UserFreeFont(BufferParams const & params);
18
19 #endif
20