Mercurial > hg > xemacs-beta
comparison src/EmacsShell.h @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | ac2d302a0011 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
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 (String) "widthCells" | 29 #define XtNwidthCells "widthCells" |
30 #endif | 30 #endif |
31 #ifndef XtCWidthCells | 31 #ifndef XtCWidthCells |
32 #define XtCWidthCells (String) "WidthCells" | 32 #define XtCWidthCells "WidthCells" |
33 #endif | 33 #endif |
34 | 34 |
35 #ifndef XtNheightCells | 35 #ifndef XtNheightCells |
36 #define XtNheightCells (String) "heightCells" | 36 #define XtNheightCells "heightCells" |
37 #endif | 37 #endif |
38 #ifndef XtCHeightCells | 38 #ifndef XtCHeightCells |
39 #define XtCHeightCells (String) "HeightCells" | 39 #define XtCHeightCells "HeightCells" |
40 #endif | 40 #endif |
41 | 41 |
42 #ifndef XtNminWidthCells | 42 #ifndef XtNminWidthCells |
43 #define XtNminWidthCells (String) "minWidthCells" | 43 #define XtNminWidthCells "minWidthCells" |
44 #endif | 44 #endif |
45 #ifndef XtCMinWidthCells | 45 #ifndef XtCMinWidthCells |
46 #define XtCMinWidthCells (String) "MinWidthCells" | 46 #define XtCMinWidthCells "MinWidthCells" |
47 #endif | 47 #endif |
48 | 48 |
49 #ifndef XtNminHeightCells | 49 #ifndef XtNminHeightCells |
50 #define XtNminHeightCells (String) "minHeightCells" | 50 #define XtNminHeightCells "minHeightCells" |
51 #endif | 51 #endif |
52 #ifndef XtCMinHeightCells | 52 #ifndef XtCMinHeightCells |
53 #define XtCMinHeightCells (String) "MinHeightCells" | 53 #define XtCMinHeightCells "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; |