]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/MathsSymbols.h
Remove old splash dialog(s).
[lyx.git] / src / frontends / xforms / MathsSymbols.h
1 // -*- C++ -*-
2 /**
3  * \file MathsSymbols.h
4  * Copyright 2001 the LyX Team
5  * Read the file COPYING
6  *
7  * \author Alejandro Aguilar Sierra
8  * \author John Levon
9  */
10
11 #ifndef MATHS_SYMBOLS_H
12 #define MATHS_SYMBOLS_H
13
14 #ifdef __GNUG__
15 #pragma interface
16 #endif
17
18 #include "bmtable.h"
19
20 extern char const * function_names[];
21 extern int const nr_function_names;
22 extern char const * latex_arrow[];
23 extern int const nr_latex_arrow;
24 extern char const * latex_bop[];
25 extern int const nr_latex_bop;
26 extern char const * latex_brel[];
27 extern int const nr_latex_brel;
28 extern char const * latex_dots[];
29 extern int const nr_latex_dots;
30 extern char const * latex_greek[];
31 extern int const nr_latex_greek;
32 extern char const * latex_misc[];
33 extern int const nr_latex_misc;
34 extern char const * latex_varsz[];
35 extern int const nr_latex_varsz;
36
37 char const ** get_pixmap_from_symbol(char const *, int, int);
38  
39 #endif /* MATHS_SYMBOLS_H */