]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/MathsCallbacks.h
Fix broken tooltips.
[lyx.git] / src / frontends / xforms / MathsCallbacks.h
1 /**
2  * \file MathsCallbacks.h
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author John Levon 
7  *
8  * Full author contact details are available in file CREDITS
9  */
10
11 #ifndef MATHSCALLBACKS_H
12 #define MATHSCALLBACKS_H
13  
14 /// values used by the xforms callbacks
15 enum MathsCallbackValues {
16         MM_GREEK,
17         MM_ARROW,
18         MM_BOP,
19         MM_BRELATS,
20         MM_VARSIZE,
21         MM_MISC,
22         MM_FRAC,
23         MM_SQRT,
24         MM_DELIM,
25         MM_SUPER,
26         MM_SUB,
27         MM_SUBSUPER,
28         MM_MATRIX,
29         MM_EQU,
30         MM_DECO,
31         MM_SPACE,
32         MM_STYLE,
33         MM_DOTS,
34         MM_AMS_MISC,
35         MM_AMS_ARROWS,
36         MM_AMS_BREL,
37         MM_AMS_NREL,
38         MM_AMS_OPS,
39         MM_FUNC
40 };
41
42 #endif // MATHSCALLBACKS_H