]> git.eshelyaron.com Git - emacs.git/commitdiff
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
authorPavel Janík <Pavel@Janik.cz>
Mon, 6 May 2002 18:54:56 +0000 (18:54 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 6 May 2002 18:54:56 +0000 (18:54 +0000)
lwlib/xlwmenu.h

index 5d9a4c2eef362356ae61094c7ff6f86fa044115b..1466724db0c53afb2c483fcce9b16066e06ff54b 100644 (file)
@@ -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"