summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-05-06 18:54:56 +0000
committerPavel Janík <Pavel@Janik.cz>2002-05-06 18:54:56 +0000
commit3088ce37d5b4d990afb7406ba370ce2be2f479bb (patch)
tree8cd958895ef50d3abf42909ff4cd4415bd25014e /lwlib
parent29fb1128540f7447e211236cb9ec026820bcc5ea (diff)
downloademacs-3088ce37d5b4d990afb7406ba370ce2be2f479bb.tar.gz
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/xlwmenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h
index 5d9a4c2eef3..1466724db0c 100644
--- a/lwlib/xlwmenu.h
+++ b/lwlib/xlwmenu.h
@@ -10,6 +10,8 @@
#include "lwlib.h"
/* Resource names used by the XlwMenu widget */
+#define XtNdisabledForeground "disabledForeground"
+#define XtCDisabledForeground "DisabledForeground"
#define XtNbuttonForeground "buttonForeground"
#define XtCButtonForeground "ButtonForeground"
#define XtNmargin "margin"