summaryrefslogtreecommitdiff
path: root/man/XtBuildEventMask.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/XtBuildEventMask.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/XtBuildEventMask.man')
-rw-r--r--man/XtBuildEventMask.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtBuildEventMask.man b/man/XtBuildEventMask.man
index b231fb1..5d770f3 100644
--- a/man/XtBuildEventMask.man
+++ b/man/XtBuildEventMask.man
@@ -67,16 +67,16 @@ EventMask XtBuildEventMask(Widget \fIw\fP);
Specifies the widget.
.SH DESCRIPTION
The
-.BR XtBuildEventMask
+.B XtBuildEventMask
function returns the event mask representing the logical OR
of all event masks for event handlers registered on the widget with
-.BR XtAddEventHandler
+.B XtAddEventHandler
and all event translations, including accelerators,
installed on the widget.
This is the same event mask stored into the
-.BR XSetWindowAttributes
+.B XSetWindowAttributes
structure by
-.BR XtRealizeWidget
+.B XtRealizeWidget
and sent to the server when event handlers and translations are installed or
removed on the realized widget.
.SH "SEE ALSO"