Mercurial > emacs
changeset 45146:174fe450ad23
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 06 May 2002 18:54:56 +0000 |
parents | 762469b26903 |
children | e10cf8f440ae |
files | lwlib/xlwmenu.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/xlwmenu.h Mon May 06 18:54:28 2002 +0000 +++ b/lwlib/xlwmenu.h Mon May 06 18:54:56 2002 +0000 @@ -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"