Searched refs:gui_handle_drop (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui.pro | 68 void gui_handle_drop(int x, int y, int_u modifiers, char_u **fnames, int count);
|
| /vim-8.2.3635/src/ |
| H A D | testing.c | 1395 gui_handle_drop(TEXT_X(col - 1), TEXT_Y(row - 1), mods, fnames, count); in f_test_gui_drop_files()
|
| H A D | gui.c | 5533 gui_handle_drop( in gui_handle_drop() function
|
| H A D | gui_gtk_x11.c | 2024 gui_handle_drop(x, y, modifiers, fnames, nfiles); in drag_handle_uri_list()
|
| H A D | gui_w32.c | 3755 gui_handle_drop(pt.x, pt.y, modifiers, fnames, cFiles); in _OnDropFiles()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 11310 Solution: Move the common code to gui_handle_drop().
|