mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Colored menu highlight in Lucid backend
* lwlib/xlwmenuP.h: * lwlib/xlwmenu.h: * lwlib/xlwmenu.c: Introduce resources to handle colored highlighting of menu entries. * doc/emacs/xresources.texi (Lucid Resources): Documentation.
This commit is contained in:
parent
af61bc7d0c
commit
38f9e9cb2c
5 changed files with 278 additions and 107 deletions
|
|
@ -58,6 +58,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
#define XtCAllowResize "AllowResize"
|
||||
#define XtNborderThickness "borderThickness"
|
||||
#define XtCBorderThickness "BorderThickness"
|
||||
#define XtNhighlightForeground "highlightForeground"
|
||||
#define XtCHighlightForeground "HighlightForeground"
|
||||
#define XtNhighlightBackground "highlightBackground"
|
||||
#define XtCHighlightBackground "HighlightBackground"
|
||||
|
||||
/* Motif-compatible resource names */
|
||||
#define XmNshadowThickness "shadowThickness"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue