comparison src/EmacsShell.h @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children e121b013d1f0
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
24 24
25 #ifndef _EmacsShell_h 25 #ifndef _EmacsShell_h
26 #define _EmacsShell_h 26 #define _EmacsShell_h
27 27
28 #ifndef XtNwidthCells 28 #ifndef XtNwidthCells
29 #define XtNwidthCells "widthCells" 29 #define XtNwidthCells (String) "widthCells"
30 #endif 30 #endif
31 #ifndef XtCWidthCells 31 #ifndef XtCWidthCells
32 #define XtCWidthCells "WidthCells" 32 #define XtCWidthCells (String) "WidthCells"
33 #endif 33 #endif
34 34
35 #ifndef XtNheightCells 35 #ifndef XtNheightCells
36 #define XtNheightCells "heightCells" 36 #define XtNheightCells (String) "heightCells"
37 #endif 37 #endif
38 #ifndef XtCHeightCells 38 #ifndef XtCHeightCells
39 #define XtCHeightCells "HeightCells" 39 #define XtCHeightCells (String) "HeightCells"
40 #endif 40 #endif
41 41
42 #ifndef XtNminWidthCells 42 #ifndef XtNminWidthCells
43 #define XtNminWidthCells "minWidthCells" 43 #define XtNminWidthCells (String) "minWidthCells"
44 #endif 44 #endif
45 #ifndef XtCMinWidthCells 45 #ifndef XtCMinWidthCells
46 #define XtCMinWidthCells "MinWidthCells" 46 #define XtCMinWidthCells (String) "MinWidthCells"
47 #endif 47 #endif
48 48
49 #ifndef XtNminHeightCells 49 #ifndef XtNminHeightCells
50 #define XtNminHeightCells "minHeightCells" 50 #define XtNminHeightCells (String) "minHeightCells"
51 #endif 51 #endif
52 #ifndef XtCMinHeightCells 52 #ifndef XtCMinHeightCells
53 #define XtCMinHeightCells "MinHeightCells" 53 #define XtCMinHeightCells (String) "MinHeightCells"
54 #endif 54 #endif
55 55
56 typedef struct _TopLevelEmacsShellClassRec *TopLevelEmacsShellWidgetClass; 56 typedef struct _TopLevelEmacsShellClassRec *TopLevelEmacsShellWidgetClass;
57 typedef struct _TopLevelEmacsShellRec *TopLevelEmacsShellWidget; 57 typedef struct _TopLevelEmacsShellRec *TopLevelEmacsShellWidget;
58 extern WidgetClass topLevelEmacsShellWidgetClass; 58 extern WidgetClass topLevelEmacsShellWidgetClass;