Home
last modified time | relevance | path

Searched refs:bottom_sbar (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.c1459 gui_mch_set_scrollbar_pos(&gui.bottom_sbar, in gui_position_components()
3594 gui_mch_enable_scrollbar(&gui.bottom_sbar, in gui_init_which_components()
3951 if (gui.bottom_sbar.ident == ident) in gui_find_scrollbar()
3952 return &gui.bottom_sbar; in gui_find_scrollbar()
4637 gui.bottom_sbar.value = -1; in gui_update_horiz_scrollbar()
4692 if (!force && value == gui.bottom_sbar.value && size == gui.bottom_sbar.size in gui_update_horiz_scrollbar()
4693 && max == gui.bottom_sbar.max) in gui_update_horiz_scrollbar()
4696 gui.bottom_sbar.value = value; in gui_update_horiz_scrollbar()
4697 gui.bottom_sbar.size = size; in gui_update_horiz_scrollbar()
4698 gui.bottom_sbar.max = max; in gui_update_horiz_scrollbar()
[all …]
H A Dgui.h285 scrollbar_T bottom_sbar; // Bottom scrollbar member
H A Dtesting.c1279 sb = &gui.bottom_sbar; in f_test_scrollbar()
H A Dgui_athena.c1974 if (sb == &gui.bottom_sbar && vimForm != (Widget)0) in gui_mch_set_scrollbar_colors()
H A Dgui_w32.c1458 if (gui.bottom_sbar.id == hwnd) in gui_mswin_find_scrollbar()
1459 return &gui.bottom_sbar; in gui_mswin_find_scrollbar()
H A Dgui_motif.c1910 if (sb == &gui.bottom_sbar && textAreaForm != (Widget)0) in gui_mch_set_scrollbar_colors()
H A Dgui_gtk_x11.c2639 sbar = gui.bottom_sbar.id; in drawarea_realize_cb()