forked from aniani/vim
patch 8.2.4228: no tests for clicking in the GUI tabline
Problem: No tests for clicking in the GUI tabline.
Solution: Add test functions to generate the events. Add tests using the
functions. (Yegappan Lakshmanan, closes #9638)
This commit is contained in:
committed by
Bram Moolenaar
parent
e939f5ebba
commit
b0ad2d92fd
@@ -35,6 +35,8 @@ void f_test_void(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_scrollbar(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_setmouse(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_gui_mouse_event(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_gui_tabline_event(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_gui_tabmenu_event(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_settime(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_gui_drop_files(typval_T *argvars, typval_T *rettv);
|
||||
/* vim: set ft=c : */
|
||||
|
||||
Reference in New Issue
Block a user