hpux man page for xtremovegrab

Query: xtremovegrab

OS: hpux

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XtRemoveGrab()															    XtRemoveGrab()

Name
  XtRemoveGrab - redirect user input from modal widget back to normal destination.

Synopsis
  void XtRemoveGrab(w)
	 Widget w;

Inputs
  w	    Specifies the widget to remove from the modal cascade.

Description
  XtRemoveGrab()  removes  the specified widget from the modal cascade, along with any widgets which were more recently added to the cascade.
  It issues a warning if the specified widget is not in the modal cascade.

  See XtAddGrab() for more information about the modal cascade, and how events are dispatched to it.

Usage
  The modal cascade is the set of modal widgets currently popped up.  If there is a modal cascade, XtDispatchEvent() does not deliver  events
  to the rest of the application; instead it ignores those events or delivers them to a widget in the modal cascade.

  To  add a widget to the modal cascade, use XtAddGrab().  Note that this function does not actually issue a grab; it simulates one by chang-
  ing the way events are dispatched.

  Most applications will never need to call XtAddGrab() or XtRemoveGrab().  The functions XtPopup(), XtPopupSpringLoaded(),  and  XtPopdown()
  do so automatically.

See Also
  XtAddGrab(1), XtDispatchEvent(1), XtPopdown(1), XtPopup(1), XtPopupSpringLoaded(1).

Xt - Pop Ups															    XtRemoveGrab()
Related Man Pages
xtremovegrab(3xt) - redhat
xtremovegrab(3) - centos
xtremovegrab(3xt) - xfree86
xtremovegrab(3) - x11r4
xtaddgrab(3) - suse
Similar Topics in the Unix Linux Community
Unix File Permissions
How to extract every repeated string between two specific string?
Sequence extraction
awk - Multi-line data to be stored in variable