summaryrefslogtreecommitdiff
path: root/man/XtAddGrab.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtAddGrab.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAddGrab.man')
-rw-r--r--man/XtAddGrab.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtAddGrab.man b/man/XtAddGrab.man
index 550ba57..08bf8fa 100644
--- a/man/XtAddGrab.man
+++ b/man/XtAddGrab.man
@@ -77,22 +77,22 @@ a pointer button.
Specifies the widget \*(Wi.
.SH DESCRIPTION
The
-.BR XtAddGrab
+.B XtAddGrab
function appends the widget (and associated parameters) to the modal cascade
and checks that exclusive is
-.BR True
+.B True
if spring_loaded is
.BR True .
If these are not
.BR True ,
-.BR XtAddGrab
+.B XtAddGrab
generates an error.
.LP
The modal cascade is used by
-.BR XtDispatchEvent
+.B XtDispatchEvent
when it tries to dispatch a user event.
When at least one modal widget is in the widget cascade,
-.BR XtDispatchEvent
+.B XtDispatchEvent
first determines if the event should be delivered.
It starts at the most recent cascade entry and follows the cascade up to and
including the most recent cascade entry added with the exclusive parameter
@@ -119,7 +119,7 @@ subset of the cascade that has spring_loaded
if any such widget exists.
.LP
The
-.BR XtRemoveGrab
+.B XtRemoveGrab
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.