]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/bulletstrings.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / bulletstrings.h
1 // -*- C++ -*-
2 /* This file is part of
3  * ======================================================
4  *
5  *           LyX, The Document Processor
6  *
7  *           Copyright 1995 Matthias Ettrich
8  *           Copyright 1995-2001 The LyX Team.
9  *
10  * ====================================================== */
11
12 #ifndef BULLET_STRINGS
13 #define BULLET_STRINGS
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 extern char const * bullets_standard[];
20 extern char const * bullets_amssymb[];
21 extern char const * bullets_psnfss1[];
22 extern char const * bullets_psnfss2[];
23 extern char const * bullets_psnfss3[];
24 extern char const * bullets_psnfss4[];
25 extern char const ** BulletPanels[];
26
27 #endif // BULLET_STRINGS