diff options
Diffstat (limited to 'man/XtAllocateGC.man')
-rw-r--r-- | man/XtAllocateGC.man | 8 |
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 |