Home
last modified time | relevance | path

Searched refs:scroll_fg_pixel (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_athena.c1821 gui.scroll_fg_pixel = gui_get_color((char_u *)gui.rsrc_scroll_fg_name); in gui_mch_def_colors()
1939 XtNforeground, gui.scroll_fg_pixel, in gui_mch_create_scrollbar()
1969 XtNforeground, gui.scroll_fg_pixel, in gui_mch_set_scrollbar_colors()
2028 gui.scroll_fg_pixel, gui.scroll_bg_pixel); in gui_mch_browse()
2289 if (gui.scroll_fg_pixel != INVALCOLOR) in gui_athena_scroll_colors()
2290 XtVaSetValues(id, XtNforeground, gui.scroll_fg_pixel, NULL); in gui_athena_scroll_colors()
H A Dgui_motif.c1683 gui.scroll_fg_pixel = gui.scroll_def_fg_pixel; in gui_mch_def_colors()
1900 if (gui.scroll_fg_pixel != INVALCOLOR) in gui_mch_set_scrollbar_colors()
1902 XmNforeground, gui.scroll_fg_pixel, in gui_mch_set_scrollbar_colors()
1904 XmNbackground, gui.scroll_fg_pixel, in gui_mch_set_scrollbar_colors()
3398 if (gui.scroll_fg_pixel != INVALCOLOR) in gui_motif_scroll_colors()
3399 XtVaSetValues(id, XmNforeground, gui.scroll_fg_pixel, NULL); in gui_motif_scroll_colors()
H A Dgui.h332 guicolor_T scroll_fg_pixel; // Same in Pixel format member
H A Dgui_at_fs.c2393 XtNforeground, gui.scroll_fg_pixel, in SFcreateWidgets()
2467 XtNforeground, gui.scroll_fg_pixel, in SFcreateWidgets()
2492 XtNforeground, gui.scroll_fg_pixel, in SFcreateWidgets()
H A Dhighlight.c1149 if (is_scrollbar_group && gui.scroll_fg_pixel != i) in highlight_set_guifg()
1151 gui.scroll_fg_pixel = i; in highlight_set_guifg()
1921 &gui.scroll_fg_pixel, &gui.scroll_bg_pixel, in set_normal_colors()
H A Dgui_x11.c1282 gui.scroll_fg_pixel = gui_get_color((char_u *)gui.rsrc_scroll_fg_name); in gui_mch_init()