Searched refs:gui_mch_enable_scrollbar (Results 1 – 14 of 14) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui_athena.pro | 26 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag);
|
| H A D | gui_motif.pro | 28 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag);
|
| H A D | gui_gtk_x11.pro | 72 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag);
|
| H A D | gui_photon.pro | 24 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag);
|
| H A D | gui_haiku.pro | 30 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag);
|
| H A D | gui_w32.pro | 14 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag);
|
| /vim-8.2.3635/src/ |
| H A D | autocmd.c | 1617 gui_mch_enable_scrollbar(&aucmd_win->w_scrollbars[SBAR_LEFT], FALSE); in aucmd_restbuf() 1618 gui_mch_enable_scrollbar(&aucmd_win->w_scrollbars[SBAR_RIGHT], FALSE); in aucmd_restbuf()
|
| H A D | gui.c | 3594 gui_mch_enable_scrollbar(&gui.bottom_sbar, in gui_init_which_components() 3912 gui_mch_enable_scrollbar(&gui.bottom_sbar, FALSE); in gui_remove_scrollbars() 4430 gui_mch_enable_scrollbar(&wp->w_scrollbars[which], enable); in gui_do_scrollbar()
|
| H A D | gui_athena.c | 1909 gui_mch_enable_scrollbar(scrollbar_T *sb, int flag) in gui_mch_enable_scrollbar() function
|
| H A D | gui_photon.c | 1830 gui_mch_enable_scrollbar(scrollbar_T *sb, int flag) in gui_mch_enable_scrollbar() function
|
| H A D | gui_motif.c | 1766 gui_mch_enable_scrollbar(scrollbar_T *sb, int flag) in gui_mch_enable_scrollbar() function
|
| H A D | gui_haiku.cc | 3585 gui_mch_enable_scrollbar( in gui_mch_enable_scrollbar() function
|
| H A D | gui_gtk_x11.c | 6747 gui_mch_enable_scrollbar(scrollbar_T *sb, int flag) in gui_mch_enable_scrollbar() function
|
| H A D | gui_w32.c | 1385 gui_mch_enable_scrollbar( in gui_mch_enable_scrollbar() function
|