Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_athena.c1822 gui.scroll_bg_pixel = gui_get_color((char_u *)gui.rsrc_scroll_bg_name); in gui_mch_def_colors()
1940 XtNbackground, gui.scroll_bg_pixel, in gui_mch_create_scrollbar()
1970 XtNbackground, gui.scroll_bg_pixel, in gui_mch_set_scrollbar_colors()
2028 gui.scroll_fg_pixel, gui.scroll_bg_pixel); in gui_mch_browse()
2287 if (gui.scroll_bg_pixel != INVALCOLOR) in gui_athena_scroll_colors()
2288 XtVaSetValues(id, XtNbackground, gui.scroll_bg_pixel, NULL); in gui_athena_scroll_colors()
H A Dgui_motif.c1684 gui.scroll_bg_pixel = gui.scroll_def_bg_pixel; in gui_mch_def_colors()
1889 if (gui.scroll_bg_pixel != INVALCOLOR) in gui_mch_set_scrollbar_colors()
1892 XmChangeColor(sb->id, gui.scroll_bg_pixel); in gui_mch_set_scrollbar_colors()
1895 XmNtroughColor, gui.scroll_bg_pixel, in gui_mch_set_scrollbar_colors()
2318 if (gui.scroll_bg_pixel != INVALCOLOR) in gui_mch_browse()
2319 XtVaSetValues(dialog_wgt, XmNtroughColor, gui.scroll_bg_pixel, NULL); in gui_mch_browse()
3392 if (gui.scroll_bg_pixel != INVALCOLOR) in gui_motif_scroll_colors()
3394 XmChangeColor(id, gui.scroll_bg_pixel); in gui_motif_scroll_colors()
3396 XtVaSetValues(id, XmNbackground, gui.scroll_bg_pixel, NULL); in gui_motif_scroll_colors()
H A Dgui.h334 guicolor_T scroll_bg_pixel; // Same in Pixel format member
H A Dgui_at_fs.c2394 XtNbackground, gui.scroll_bg_pixel, in SFcreateWidgets()
2468 XtNbackground, gui.scroll_bg_pixel, in SFcreateWidgets()
2493 XtNbackground, gui.scroll_bg_pixel, in SFcreateWidgets()
H A Dhighlight.c1218 if (is_scrollbar_group && gui.scroll_bg_pixel != i) in highlight_set_guibg()
1220 gui.scroll_bg_pixel = i; in highlight_set_guibg()
1921 &gui.scroll_fg_pixel, &gui.scroll_bg_pixel, in set_normal_colors()
H A Dgui_x11.c1283 gui.scroll_bg_pixel = gui_get_color((char_u *)gui.rsrc_scroll_bg_name); in gui_mch_init()