comparison lwlib/xlwmenu.h @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 9ee227acff29
children 1ce6082ce73f
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
8 ***********************************************************************/ 8 ***********************************************************************/
9 9
10 #include "lwlib.h" 10 #include "lwlib.h"
11 11
12 /* Resource names used by the XlwMenu widget */ 12 /* Resource names used by the XlwMenu widget */
13 #define XtNbuttonForeground "buttonForeground" 13 #define XtNbuttonForeground (String) "buttonForeground"
14 #define XtCButtonForeground "ButtonForeground" 14 #define XtCButtonForeground (String) "ButtonForeground"
15 #define XtNmargin "margin" 15 #define XtNmargin (String) "margin"
16 #define XtNhorizontalSpacing "horizontalSpacing" 16 #define XtNhorizontalSpacing (String) "horizontalSpacing"
17 #define XtNverticalSpacing "verticalSpacing" 17 #define XtNverticalSpacing (String) "verticalSpacing"
18 #define XtNarrowSpacing "arrowSpacing" 18 #define XtNarrowSpacing (String) "arrowSpacing"
19 #define XtNmenu "menu" 19 #define XtNmenu (String) "menu"
20 #define XtCMenu "Menu" 20 #define XtCMenu (String) "Menu"
21 #define XtNopen "open" 21 #define XtNopen (String) "open"
22 #define XtNselect "select" 22 #define XtNselect (String) "select"
23 #define XtNmenuBorderWidth "menuBorderWidth" 23 #define XtNmenuBorderWidth (String) "menuBorderWidth"
24 #define XtNhorizontal "horizontal" 24 #define XtNhorizontal (String) "horizontal"
25 #define XtCHorizontal "Horizontal" 25 #define XtCHorizontal (String) "Horizontal"
26 #ifndef XtNcursor 26 #ifndef XtNcursor
27 #define XtNcursor "cursor" 27 #define XtNcursor (String) "cursor"
28 #endif 28 #endif
29 #ifndef XtCCursor 29 #ifndef XtCCursor
30 #define XtCCursor "Cursor" 30 #define XtCCursor (String) "Cursor"
31 #endif 31 #endif
32 #ifndef XtNuseBackingStore 32 #ifndef XtNuseBackingStore
33 #define XtNuseBackingStore "useBackingStore" 33 #define XtNuseBackingStore (String) "useBackingStore"
34 #endif 34 #endif
35 #ifndef XtCUseBackingStore 35 #ifndef XtCUseBackingStore
36 #define XtCUseBackingStore "UseBackingStore" 36 #define XtCUseBackingStore (String) "UseBackingStore"
37 #endif 37 #endif
38 #define XtNbounceDown "bounceDown" 38 #define XtNbounceDown (String) "bounceDown"
39 #define XtCBounceDown "BounceDown" 39 #define XtCBounceDown (String) "BounceDown"
40 #define XtNresourceLabels "resourceLabels" 40 #define XtNresourceLabels (String) "resourceLabels"
41 #define XtCResourceLabels "ResourceLabels" 41 #define XtCResourceLabels (String) "ResourceLabels"
42 42
43 /* Motif-compatible resource names */ 43 /* Motif-compatible resource names */
44 #ifndef XmNshadowThickness 44 #ifndef XmNshadowThickness
45 # define XmNshadowThickness "shadowThickness" 45 # define XmNshadowThickness "shadowThickness"
46 # define XmCShadowThickness "ShadowThickness" 46 # define XmCShadowThickness "ShadowThickness"