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