Mercurial > hg > xemacs-beta
comparison src/EmacsFrame.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 0293115a14e9 |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
272 #define XtNuseBackingStore (String) "useBackingStore" | 272 #define XtNuseBackingStore (String) "useBackingStore" |
273 #endif | 273 #endif |
274 #ifndef XtCUseBackingStore | 274 #ifndef XtCUseBackingStore |
275 #define XtCUseBackingStore (String) "UseBackingStore" | 275 #define XtCUseBackingStore (String) "UseBackingStore" |
276 #endif | 276 #endif |
277 | |
278 #define XtNximStyles "ximStyles" | |
279 #define XtCXimStyles "XimStyles" | |
280 #define XtRXimStyles "XimStyles" | |
281 | |
282 #define XtNximForeground "ximForeground" | |
283 #define XtNximBackground "ximBackground" | |
277 | 284 |
278 /* scrollbar placement types; like in ScrolledW.h */ | 285 /* scrollbar placement types; like in ScrolledW.h */ |
279 #define EM_TOP 1 | 286 #define EM_TOP 1 |
280 #define EM_BOTTOM 0 | 287 #define EM_BOTTOM 0 |
281 #define EM_LEFT 2 | 288 #define EM_LEFT 2 |