summaryrefslogtreecommitdiff
path: root/man/XtAllocateGC.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/XtAllocateGC.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/XtAllocateGC.man')
-rw-r--r--man/XtAllocateGC.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtAllocateGC.man b/man/XtAllocateGC.man
index c54863f..fc55632 100644
--- a/man/XtAllocateGC.man
+++ b/man/XtAllocateGC.man
@@ -79,7 +79,7 @@ Specifies the fields of the GC that will be modified by the caller.
Specifies the fields of the GC that will not be needed by the caller.
.SH DESCRIPTION
The
-.BR XtAllocateGC
+.B XtAllocateGC
function returns a sharable GC that may be modified by the client.
The \fIscreen\fP field of the specified widget or of the nearest
widget ancestor of the specified object and the specified \fIdepth\fP
@@ -105,15 +105,15 @@ then immediately set to the value in \fIvalues\fP. If a field is set
in \fIunused_mask\fP and also in either \fIvalue_mask\fP or
\fIdynamic_mask\fP, the specification in \fIunused_mask\fP is ignored.
.LP
-.BR XtAllocateGC
+.B XtAllocateGC
tries to minimize the number of unique GCs created by comparing the
arguments with those of previous calls and returning an existing GC
when there are no conflicts.
-.BR XtAllocateGC
+.B XtAllocateGC
may modify and return an existing GC if it was allocated with a nonzero
\fIunused_mask\fP.
.SH "SEE ALSO"
-.BR XtGetGC
+.B XtGetGC
.br
\fI\*(xT\fP
.br