Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_athena.c257 if (gui.menu_fg_pixel != INVALCOLOR) in gui_x11_create_widgets()
258 XtVaSetValues(menuBar, XtNborderColor, gui.menu_fg_pixel, NULL); in gui_x11_create_widgets()
1434 if (gui.menu_fg_pixel != INVALCOLOR) in gui_mch_new_menu_colors()
1435 XtVaSetValues(menuBar, XtNborderColor, gui.menu_fg_pixel, NULL); in gui_mch_new_menu_colors()
1819 gui.menu_fg_pixel = gui_get_color((char_u *)gui.rsrc_menu_fg_name); in gui_mch_def_colors()
2027 NULL, (int)x, (int)y, gui.menu_fg_pixel, gui.menu_bg_pixel, in gui_mch_browse()
2276 if (gui.menu_fg_pixel != INVALCOLOR) in gui_athena_menu_colors()
2277 XtVaSetValues(id, XtNforeground, gui.menu_fg_pixel, NULL); in gui_athena_menu_colors()
H A Dgui.h328 guicolor_T menu_fg_pixel; // Same in Pixel format member
H A Dgui_motif.c922 if (gui.menu_fg_pixel != INVALCOLOR) in gui_mch_add_menu()
924 XtSetArg(arg[1], XmNforeground, gui.menu_fg_pixel); n++; in gui_mch_add_menu()
1681 gui.menu_fg_pixel = gui.menu_def_fg_pixel; in gui_mch_def_colors()
3382 if (gui.menu_fg_pixel != INVALCOLOR) in gui_motif_menu_colors()
3383 XtVaSetValues(id, XmNforeground, gui.menu_fg_pixel, NULL); in gui_motif_menu_colors()
H A Dhighlight.c1144 if (is_menu_group && gui.menu_fg_pixel != i) in highlight_set_guifg()
1146 gui.menu_fg_pixel = i; in highlight_set_guifg()
1901 &gui.menu_fg_pixel, &gui.menu_bg_pixel, in set_normal_colors()
H A Dgui_x11.c1280 gui.menu_fg_pixel = gui_get_color((char_u *)gui.rsrc_menu_fg_name); in gui_mch_init()