lyx_mirror/src/lyx_cb.h
Lars Gullik Bjønnes 797d87b451 make doc++ able to generate the source documentation for lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@956 a592a061-630c-0410-9148-cb99ea01b6c8
2000-08-07 20:58:24 +00:00

21 lines
325 B
C++

// -*- C++ -*-
#ifndef LYX_CB_H
#define LYX_CB_H
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 LyXFont UserFreeFont(BufferParams const & params);
#endif