diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-05-06 18:54:56 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-05-06 18:54:56 +0000 |
commit | 2ad99766659cb2866e0c84ad43b5362464f57267 (patch) | |
tree | 3038ee87e8176cdeb8b099ab771560aabf0ad564 /lwlib/xlwmenu.h | |
parent | ba755702033b76e68b3231eab6350164e1c88780 (diff) | |
download | emacs-2ad99766659cb2866e0c84ad43b5362464f57267.tar.gz |
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
Diffstat (limited to 'lwlib/xlwmenu.h')
-rw-r--r-- | lwlib/xlwmenu.h | 2 |
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" |