From: Pavel Janík Date: Mon, 6 May 2002 18:54:56 +0000 (+0000) Subject: (XtNdisabledForeground, XtCDisabledForeground): New resource names. X-Git-Tag: ttn-vms-21-2-B4~15171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ad99766659cb2866e0c84ad43b5362464f57267;p=emacs.git (XtNdisabledForeground, XtCDisabledForeground): New resource names. --- 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"