summaryrefslogtreecommitdiff
path: root/man/XtAddGrab.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtAddGrab.man')
-rw-r--r--man/XtAddGrab.man26
1 files changed, 13 insertions, 13 deletions
diff --git a/man/XtAddGrab.man b/man/XtAddGrab.man
index 652210a..3751708 100644
--- a/man/XtAddGrab.man
+++ b/man/XtAddGrab.man
@@ -129,12 +129,12 @@ XtAddGrab, XtRemoveGrab \- redirect user input to a modal widget
.SH SYNTAX
.HP
void XtAddGrab(Widget \fIw\fP, Boolean \fIexclusive\fP, Boolean
-\fIspring_loaded\fP);
+\fIspring_loaded\fP);
.HP
-void XtRemoveGrab(Widget \fIw\fP);
+void XtRemoveGrab(Widget \fIw\fP);
.SH ARGUMENTS
.IP \fIexclusive\fP 1i
-Specifies whether user events should be dispatched exclusively to this widget
+Specifies whether user events should be dispatched exclusively to this widget
or also to previous widgets in the cascade.
.IP \fIspring_loaded\fP 1i
Specifies whether this widget was popped up because the user pressed
@@ -146,19 +146,19 @@ Specifies the widget \*(Wi.
The
.ZN XtAddGrab
function appends the widget (and associated parameters) to the modal cascade
-and checks that exclusive is
-.ZN True
-if spring_loaded is
+and checks that exclusive is
+.ZN True
+if spring_loaded is
.ZN True .
-If these are not
-.ZN True ,
+If these are not
+.ZN True ,
.ZN XtAddGrab
generates an error.
.LP
The modal cascade is used by
.ZN XtDispatchEvent
when it tries to dispatch a user event.
-When at least one modal widget is in the widget cascade,
+When at least one modal widget is in the widget cascade,
.ZN XtDispatchEvent
first determines if the event should be delivered.
It starts at the most recent cascade entry and follows the cascade up to and
@@ -170,10 +170,10 @@ comprise the active subset.
User events that occur outside the widgets in this subset are ignored
or remapped.
Modal menus with submenus generally add a submenu widget to the cascade
-with exclusive
+with exclusive
.ZN False .
Modal dialog boxes that need to restrict user input to the most deeply nested
-dialog box add a subdialog widget to the cascade with exclusive
+dialog box add a subdialog widget to the cascade with exclusive
.ZN True .
User events that occur within the active subset are delivered to the
appropriate widget, which is usually a child or further descendant of the modal
@@ -181,13 +181,13 @@ widget.
.LP
Regardless of where on the screen they occur,
remap events are always delivered to the most recent widget in the active
-subset of the cascade that has spring_loaded
+subset of the cascade that has spring_loaded
.ZN True ,
if any such widget exists.
.LP
The
.ZN XtRemoveGrab
-function removes widgets from the modal cascade starting
+function removes widgets from the modal cascade starting
at the most recent widget up to and including the specified widget.
It issues an error if the specified widget is not on the modal cascade.
.SH "SEE ALSO"