Searched refs:scroll_fg_pixel (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_athena.c | 1821 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 D | gui_motif.c | 1683 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 D | gui.h | 332 guicolor_T scroll_fg_pixel; // Same in Pixel format member
|
| H A D | gui_at_fs.c | 2393 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 D | highlight.c | 1149 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 D | gui_x11.c | 1282 gui.scroll_fg_pixel = gui_get_color((char_u *)gui.rsrc_scroll_fg_name); in gui_mch_init()
|