Home
last modified time | relevance | path

Searched refs:menu_bg_pixel (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_athena.c1820 gui.menu_bg_pixel = gui_get_color((char_u *)gui.rsrc_menu_bg_name); in gui_mch_def_colors()
2027 NULL, (int)x, (int)y, gui.menu_fg_pixel, gui.menu_bg_pixel, in gui_mch_browse()
2274 if (gui.menu_bg_pixel != INVALCOLOR) in gui_athena_menu_colors()
2275 XtVaSetValues(id, XtNbackground, gui.menu_bg_pixel, NULL); in gui_athena_menu_colors()
H A Dgui_motif.c918 if (gui.menu_bg_pixel != INVALCOLOR) in gui_mch_add_menu()
920 XtSetArg(arg[0], XmNbackground, gui.menu_bg_pixel); n++; in gui_mch_add_menu()
1682 gui.menu_bg_pixel = gui.menu_def_bg_pixel; in gui_mch_def_colors()
3376 if (gui.menu_bg_pixel != INVALCOLOR) in gui_motif_menu_colors()
3378 XmChangeColor(id, gui.menu_bg_pixel); in gui_motif_menu_colors()
3380 XtVaSetValues(id, XmNbackground, gui.menu_bg_pixel, NULL); in gui_motif_menu_colors()
H A Dgui.h330 guicolor_T menu_bg_pixel; // Same in Pixel format member
H A Dhighlight.c1213 if (is_menu_group && gui.menu_bg_pixel != i) in highlight_set_guibg()
1215 gui.menu_bg_pixel = i; in highlight_set_guibg()
1901 &gui.menu_fg_pixel, &gui.menu_bg_pixel, in set_normal_colors()
H A Dgui_x11.c1281 gui.menu_bg_pixel = gui_get_color((char_u *)gui.rsrc_menu_bg_name); in gui_mch_init()