Home
last modified time | relevance | path

Searched refs:gui_mch_set_scrollbar_thumb (Results 1 – 13 of 13) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dgui_haiku.pro32 //void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb,int val, int size, int max));
33 void gui_mch_set_scrollbar_thumb(scrollbar_T *sb, int val, int size, int max);
H A Dgui_gtk.pro10 void gui_mch_set_scrollbar_thumb(scrollbar_T *sb, long val, long size, long max);
H A Dgui_athena.pro22 void gui_mch_set_scrollbar_thumb(scrollbar_T *sb, long val, long size, long max);
H A Dgui_motif.pro24 void gui_mch_set_scrollbar_thumb(scrollbar_T *sb, long val, long size, long max);
H A Dgui_photon.pro19 void gui_mch_set_scrollbar_thumb(scrollbar_T *sb, int val, int size, int max);
H A Dgui_w32.pro69 void gui_mch_set_scrollbar_thumb(scrollbar_T *sb, long val, long size, long max);
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui.c4130 gui_mch_set_scrollbar_thumb( in gui_drag_scrollbar()
4256 gui_mch_set_scrollbar_thumb( in gui_update_scrollbars()
4404 gui_mch_set_scrollbar_thumb(&wp->w_scrollbars[SBAR_LEFT], in gui_update_scrollbars()
4408 gui_mch_set_scrollbar_thumb(&wp->w_scrollbars[SBAR_RIGHT], in gui_update_scrollbars()
4732 gui_mch_set_scrollbar_thumb(&gui.bottom_sbar, value, size, max); in gui_update_horiz_scrollbar()
H A Dgui_athena.c221 gui_mch_set_scrollbar_thumb(sb, value, sb->size, sb->max); in gui_athena_scroll_cb_scroll()
1836 gui_mch_set_scrollbar_thumb( in gui_mch_set_scrollbar_thumb() function
H A Dgui_gtk.c1008 gui_mch_set_scrollbar_thumb(scrollbar_T *sb, long val, long size, long max) in gui_mch_set_scrollbar_thumb() function
H A Dgui_photon.c1747 gui_mch_set_scrollbar_thumb(scrollbar_T *sb, int val, int size, int max) in gui_mch_set_scrollbar_thumb() function
H A Dgui_motif.c1700 gui_mch_set_scrollbar_thumb( in gui_mch_set_scrollbar_thumb() function
H A Dgui_haiku.cc3609 gui_mch_set_scrollbar_thumb( in gui_mch_set_scrollbar_thumb() function
H A Dgui_w32.c5580 gui_mch_set_scrollbar_thumb( in gui_mch_set_scrollbar_thumb() function