comparison lwlib/xlwmenu.h @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 2d532a89d707
children 7347b34c275b
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
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 "buttonForeground"
14 #define XtCButtonForeground "ButtonForeground" 14 #define XtCButtonForeground "ButtonForeground"
15 #define XtNhighlightForeground "highlightForeground"
16 #define XtCHighlightForeground "HighlightForeground"
17 #define XtNtitleForeground "titleForeground"
18 #define XtCTitleForeground "TitleForeground"
15 #define XtNmargin "margin" 19 #define XtNmargin "margin"
16 #define XtNhorizontalSpacing "horizontalSpacing" 20 #define XtNhorizontalSpacing "horizontalSpacing"
17 #define XtNverticalSpacing "verticalSpacing" 21 #define XtNverticalSpacing "verticalSpacing"
18 #define XtNarrowSpacing "arrowSpacing" 22 #define XtNarrowSpacing "arrowSpacing"
19 #define XtNmenu "menu" 23 #define XtNmenu "menu"