Home
last modified time | relevance | path

Searched refs:msgCB (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_beval.c122 beval->msgCB = mesgCB; in gui_mch_create_beval_area()
408 if (beval->msgCB != NULL) in pointer_event()
411 (*beval->msgCB)(beval, state); in pointer_event()
433 (*beval->msgCB)(beval, (is_keypress) in key_event()
439 (*beval->msgCB)(beval, (is_keypress) in key_event()
601 if (beval->msgCB != NULL) in pointerEvent()
604 (*beval->msgCB)(beval, beval->state); in pointerEvent()
660 (*beval->msgCB)(beval, 0); in pointerEvent()
665 (*beval->msgCB)(beval, 0); in pointerEvent()
714 if (beval->msgCB != NULL) in requestBalloon()
[all …]
H A Dbeval.h70 void (*msgCB)(struct BalloonEvalStruct *, int); member
H A Dgui_w32.c8619 if (cur_beval->msgCB != NULL) in BevalTimerProc()
8620 (*cur_beval->msgCB)(cur_beval, 0); in BevalTimerProc()
8696 beval->msgCB = mesgCB; in gui_mch_create_beval_area()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt11357 Solution: Add argument types to the msgCB field of the BalloonEval struct.