Lines Matching defs:grab
109 XtServerGrabPtr grab;
111 if ((grab = _XtCheckServerGrabsOnWidget(event, trace[i - 1], KEYBOARD)))
112 return (grab);
265 * If a grab is active from a previous activation then dispatch
289 * and/or the grab being in an ancestor and it's a passive grab
290 * send to grab widget.
301 * if the grab widget is not an ancestor of the focus
302 * release the grab in order to avoid locking. There
314 * if there isn't a grab with then check
315 * for a logical grab that would have been activated
323 XtServerGrabPtr grab;
340 if ((grab = CheckServerGrabs((XEvent *) event,
348 device->grab = *grab;
349 dspWidget = grab->widget;
363 XtServerGrabPtr devGrab = &device->grab;
382 * honor pseudo-grab from prior event by X
388 /* Activate the grab */
389 device->grab = *newGrab;
409 /* Deactivate the grab */