Home
last modified time | relevance | path

Searched refs:remove_grabs (Results 1 – 5 of 5) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/lwlib/
H A Dlwlib-Xm.c109 static void remove_grabs (Widget, XtPointer, XtPointer);
1498 remove_grabs (Widget shell, in remove_grabs() function
1516 XtAddCallback (XtParent (result), XmNpopdownCallback, remove_grabs, in make_popup_menu()
H A DChangeLog.1379 (xm_create_dialog, make_menubar, remove_grabs, make_popup_menu)
1601 * lwlib-Xm.c (remove_grabs): Use type Widget for `menu'.
/dports/editors/emacs/emacs-27.2/lwlib/
H A Dlwlib-Xm.c109 static void remove_grabs (Widget, XtPointer, XtPointer);
1498 remove_grabs (Widget shell, in remove_grabs() function
1516 XtAddCallback (XtParent (result), XmNpopdownCallback, remove_grabs, in make_popup_menu()
H A DChangeLog.1379 (xm_create_dialog, make_menubar, remove_grabs, make_popup_menu)
1601 * lwlib-Xm.c (remove_grabs): Use type Widget for `menu'.
/dports/graphics/gegl/gegl-0.4.34/operations/common/ctx/
H A Dctx.h24622 CtxList *remove_grabs = NULL; in ctx_pointer_motion() local
24639 ctx_list_prepend (&remove_grabs, grab); in ctx_pointer_motion()
24654 if (remove_grabs) in ctx_pointer_motion()
24656 for (g = remove_grabs; g; g = g->next) in ctx_pointer_motion()
24658 ctx_list_free (&remove_grabs); in ctx_pointer_motion()