Home
last modified time | relevance | path

Searched refs:XtAddEventHandler (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_x11.c1577 XtAddEventHandler(vimShell, PropertyChangeMask, False, in gui_mch_open()
3101 XtAddEventHandler(textArea, VisibilityChangeMask, FALSE, in gui_x11_callbacks()
3104 XtAddEventHandler(textArea, ExposureMask, FALSE, gui_x11_expose_cb, in gui_x11_callbacks()
3107 XtAddEventHandler(vimShell, StructureNotifyMask, FALSE, in gui_x11_callbacks()
3118 XtAddEventHandler(vimShell, LeaveWindowMask, FALSE, gui_x11_leave_cb, in gui_x11_callbacks()
3120 XtAddEventHandler(textArea, LeaveWindowMask, FALSE, gui_x11_leave_cb, in gui_x11_callbacks()
3122 XtAddEventHandler(textArea, EnterWindowMask, FALSE, gui_x11_enter_cb, in gui_x11_callbacks()
3124 XtAddEventHandler(vimShell, EnterWindowMask, FALSE, gui_x11_enter_cb, in gui_x11_callbacks()
3128 XtAddEventHandler(vimForm, KeyPressMask, FALSE, gui_x11_key_hit_cb, in gui_x11_callbacks()
3134 XtAddEventHandler(vimForm, PointerMotionMask, in gui_x11_callbacks()
[all …]
H A Dgui_at_fs.c2552 XtAddEventHandler(selFileLists[n], ExposureMask, True, in SFcreateWidgets()
2554 XtAddEventHandler(selFileLists[n], EnterWindowMask, False, in SFcreateWidgets()
2556 XtAddEventHandler(selFileLists[n], LeaveWindowMask, False, in SFcreateWidgets()
2558 XtAddEventHandler(selFileLists[n], PointerMotionMask, False, in SFcreateWidgets()
2560 XtAddEventHandler(selFileLists[n], ButtonPressMask, False, in SFcreateWidgets()
2562 XtAddEventHandler(selFileLists[n], ButtonReleaseMask, False, in SFcreateWidgets()
2566 XtAddEventHandler(selFileField, KeyPressMask, False, in SFcreateWidgets()
H A Dgui_motif.c501 XtAddEventHandler(tabLine, ButtonPressMask, False, in gui_x11_create_widgets()
1332 XtAddEventHandler(menu->id, EnterWindowMask, False, in gui_mch_add_menu_item()
1334 XtAddEventHandler(menu->id, LeaveWindowMask, False, in gui_mch_add_menu_item()
1872 XtAddEventHandler(sb->id, KeyPressMask, FALSE, gui_x11_key_hit_cb, in gui_mch_create_scrollbar()
2070 XtAddEventHandler(dialog, KeyPressMask, False, in activate_dialog_mnemonics()
2719 XtAddEventHandler(dialogtextfield, KeyPressMask, False, in gui_mch_dialog()
3837 XtAddEventHandler(frdp->with, KeyPressMask, False, in find_replace_dialog_create()
3850 XtAddEventHandler(frdp->what, KeyPressMask, False, in find_replace_dialog_create()
H A Dgui_gtk_vms.h514 #define XtAddEventHandler XTADDEVENTHANDLER macro
H A Dgui_athena.c2165 XtAddEventHandler(dialogtextfield, KeyPressMask, False, in gui_mch_dialog()
2218 XtAddEventHandler(dialogshell, NoEventMask, True, dialog_wm_handler, NULL); in gui_mch_dialog()
H A Dgui_beval.c520 XtAddEventHandler(target, in addEventHandler()
H A Dclipboard.c1592 XtAddEventHandler(w, PropertyChangeMask, False, in x11_setup_selection()