Searched refs:gui_mch_set_scrollbar_pos (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui_gtk.pro | 11 void gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h);
|
| H A D | gui_athena.pro | 23 void gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h);
|
| H A D | gui_motif.pro | 25 void gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h);
|
| H A D | gui_photon.pro | 20 void gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h);
|
| H A D | gui_haiku.pro | 35 void gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h);
|
| H A D | gui_w32.pro | 15 void gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h);
|
| /vim-8.2.3635/src/ |
| H A D | gui.c | 1459 gui_mch_set_scrollbar_pos(&gui.bottom_sbar, in gui_position_components() 4340 gui_mch_set_scrollbar_pos(&wp->w_scrollbars[SBAR_LEFT], in gui_update_scrollbars() 4347 gui_mch_set_scrollbar_pos(&wp->w_scrollbars[SBAR_RIGHT], in gui_update_scrollbars()
|
| H A D | gui_athena.c | 1872 gui_mch_set_scrollbar_pos( in gui_mch_set_scrollbar_pos() function
|
| H A D | gui_gtk.c | 1041 gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h) in gui_mch_set_scrollbar_pos() function
|
| H A D | gui_photon.c | 1759 gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h) in gui_mch_set_scrollbar_pos() function
|
| H A D | gui_motif.c | 1716 gui_mch_set_scrollbar_pos( in gui_mch_set_scrollbar_pos() function
|
| H A D | gui_haiku.cc | 3650 gui_mch_set_scrollbar_pos( in gui_mch_set_scrollbar_pos() function
|
| H A D | gui_w32.c | 1397 gui_mch_set_scrollbar_pos( in gui_mch_set_scrollbar_pos() function
|