summaryrefslogtreecommitdiff
path: root/man/XtGetGC.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtGetGC.man')
-rw-r--r--man/XtGetGC.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtGetGC.man b/man/XtGetGC.man
index f65bff2..6d1c58c 100644
--- a/man/XtGetGC.man
+++ b/man/XtGetGC.man
@@ -77,14 +77,14 @@ Specifies which \*(Vm.
Specifies the widget.
.SH DESCRIPTION
The
-.ZN XtGetGC
+.BR XtGetGC
function returns a sharable, read-only GC.
The parameters to this function are the same as those for
-.ZN XCreateGC
+.BR XCreateGC
except that a widget is passed instead of a display.
-.ZN XtGetGC
+.BR XtGetGC
shares only GCs in which all values in the GC returned by
-.ZN XCreateGC
+.BR XCreateGC
are the same.
In particular, it does not use the value_mask provided to
determine which fields of the GC a widget considers relevant.
@@ -92,11 +92,11 @@ The value_mask is used only to tell the server which fields should be
filled in with widget data and which it should fill in with default values.
For further information about value_mask and values,
see
-.ZN XCreateGC
+.BR XCreateGC
in the \fI\*(xL\fP.
.LP
The
-.ZN XtReleaseGC
+.BR XtReleaseGC
function deallocate the specified shared GC.
.SH "SEE ALSO"
.br