diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
commit | 2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch) | |
tree | c62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtGetGC.man | |
parent | 4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff) | |
parent | 965bc251c1d8391e672f277686254299627d4e3c (diff) |
Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
Conflicts:
man/XtManageChildren.man
Diffstat (limited to 'man/XtGetGC.man')
-rw-r--r-- | man/XtGetGC.man | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtGetGC.man b/man/XtGetGC.man index 0df53d1..321c772 100644 --- a/man/XtGetGC.man +++ b/man/XtGetGC.man @@ -76,14 +76,14 @@ Specifies which fields of the values are specified. Specifies the widget. .SH DESCRIPTION The -.BR XtGetGC +.B XtGetGC function returns a sharable, read-only GC. The parameters to this function are the same as those for -.BR XCreateGC +.B XCreateGC except that a widget is passed instead of a display. -.BR XtGetGC +.B XtGetGC shares only GCs in which all values in the GC returned by -.BR XCreateGC +.B 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. @@ -91,11 +91,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 -.BR XCreateGC +.B XCreateGC in the \fI\*(xL\fP. .LP The -.BR XtReleaseGC +.B XtReleaseGC function deallocate the specified shared GC. .SH "SEE ALSO" .br |