Searched refs:gui_resize_shell (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui.pro | 15 void gui_resize_shell(int pixel_width, int pixel_height);
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk_x11.c | 4021 gui_resize_shell(event->width, usable_height); in form_configure_event() 4430 gui_resize_shell(width, height); 4473 gui_resize_shell(w, h); in gui_mch_newfont()
|
| H A D | gui.c | 1537 gui_resize_shell(int pixel_width, int pixel_height) in gui_resize_shell() function 1626 gui_resize_shell(new_pixel_width, new_pixel_height); in gui_may_resize_shell()
|
| H A D | gui_athena.c | 997 gui_resize_shell(w, h in gui_mch_new_menu_font()
|
| H A D | gui_w32.c | 2863 gui_resize_shell(cx, cy); in _OnSize() 3430 gui_resize_shell(rect.right - rect.left in gui_mch_newfont() 3445 gui_resize_shell(rect.right - rect.left, in gui_mch_newfont()
|
| H A D | gui_photon.c | 392 gui_resize_shell(*width, *height); in gui_ph_handle_window_cb()
|
| H A D | gui_x11.c | 703 gui_resize_shell(event->xconfigure.width, event->xconfigure.height in gui_x11_resize_window_cb()
|
| H A D | gui_motif.c | 1483 gui_resize_shell(w, h in gui_mch_new_menu_font()
|
| H A D | gui_haiku.cc | 3104 gui_resize_shell(vm.u.NewSize.width, vm.u.NewSize.height); in gui_haiku_process_event()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 16444 Solution: Reset new_p_guifont in gui_resize_shell(). Call
|