summaryrefslogtreecommitdiff
path: root/man/XtAddGrab.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
committerWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
commit7caf7f47d473e92cf0fc36bf03720765916c17be (patch)
treefc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtAddGrab.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
replace .ZN with .BR
By replacing we do two things: 1. this fixes the troff behavier 2. this moves us closer to std. man pages 3. after this patch the macro ZN can be deleted Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtAddGrab.man')
-rw-r--r--man/XtAddGrab.man24
1 files changed, 12 insertions, 12 deletions
diff --git a/man/XtAddGrab.man b/man/XtAddGrab.man
index ad2eb17..550ba57 100644
--- a/man/XtAddGrab.man
+++ b/man/XtAddGrab.man
@@ -77,26 +77,26 @@ a pointer button.
Specifies the widget \*(Wi.
.SH DESCRIPTION
The
-.ZN XtAddGrab
+.BR XtAddGrab
function appends the widget (and associated parameters) to the modal cascade
and checks that exclusive is
-.ZN True
+.BR True
if spring_loaded is
-.ZN True .
+.BR True .
If these are not
-.ZN True ,
-.ZN XtAddGrab
+.BR True ,
+.BR XtAddGrab
generates an error.
.LP
The modal cascade is used by
-.ZN XtDispatchEvent
+.BR XtDispatchEvent
when it tries to dispatch a user event.
When at least one modal widget is in the widget cascade,
-.ZN XtDispatchEvent
+.BR 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
-.ZN True .
+.BR True .
.LP
This subset of the modal cascade along with all descendants of these widgets
comprise the active subset.
@@ -104,10 +104,10 @@ 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
-.ZN False .
+.BR 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
-.ZN True .
+.BR 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
widget.
@@ -115,11 +115,11 @@ widget.
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
-.ZN True ,
+.BR True ,
if any such widget exists.
.LP
The
-.ZN XtRemoveGrab
+.BR 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.