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/XtGetApplicationResources.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/XtGetApplicationResources.man')
-rw-r--r-- | man/XtGetApplicationResources.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtGetApplicationResources.man b/man/XtGetApplicationResources.man index 202b31c..7e998f4 100644 --- a/man/XtGetApplicationResources.man +++ b/man/XtGetApplicationResources.man @@ -86,14 +86,14 @@ or that identifies the resource database to search. Specifies the variable arguments to override resources obtained from the resource database. .SH DESCRIPTION The -.BR XtGetApplicationResources +.B XtGetApplicationResources function first uses the passed widget, which is usually an application shell, to construct a resource name and class list, Then, it retrieves the resources from the argument list, the resource database, or the resource list default values. After adding base to each address, -.BR XtGetApplicationResources +.B XtGetApplicationResources copies the resources into the address given in the resource list. If args is NULL, num_args must be zero. |