summaryrefslogtreecommitdiff
path: root/man/XtGetResourceList.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/XtGetResourceList.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
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/XtGetResourceList.man')
-rw-r--r--man/XtGetResourceList.man22
1 files changed, 11 insertions, 11 deletions
diff --git a/man/XtGetResourceList.man b/man/XtGetResourceList.man
index e64428f..7f0a444 100644
--- a/man/XtGetResourceList.man
+++ b/man/XtGetResourceList.man
@@ -73,43 +73,43 @@ resource list.
.IP \fIresources_return\fP 1i
Specifies a pointer to where to store the returned resource list.
The caller must free this storage using
-.BR XtFree
+.B XtFree
when done with it.
.ds Cl \ for which you want the list
.IP \fIwidget_class\fP 1i
Specifies the widget class.
.SH DESCRIPTION
If
-.BR XtGetResourceList
+.B XtGetResourceList
is called before the widget class is initialized (that is,
before the first widget of that class has been created),
-.BR XtGetResourceList
+.B XtGetResourceList
returns the resource list as specified in the widget class record.
If it is called after the widget class has been initialized,
-.BR XtGetResourceList
+.B XtGetResourceList
returns a merged resource list that contains the resources
for all superclasses. The list returned by
-.BR XtGetResourceList
+.B XtGetResourceList
should be freed using
-.BR XtFree
+.B XtFree
when it is no longer needed.
.LP
If
-.BR XtGetConstraintResourceList
+.B XtGetConstraintResourceList
is called before the widget class is initialized (that is,
before the first widget of that class has been created),
-.BR XtGetConstraintResourceList
+.B XtGetConstraintResourceList
returns the resource list as specified in the widget class Constraint
part record. If it is called after the widget class has been initialized,
-.BR XtGetConstraintResourceList
+.B XtGetConstraintResourceList
returns a merged resource list that contains the Constraint resources
for all superclasses. If the specified class is not a subclass of
.BR constraintWidgetClass ,
\fI*resources_return\fP is set to NULL and \fI*num_resources_return\fP
is set to zero. The list returned by
-.BR XtGetConstraintResourceList
+.B XtGetConstraintResourceList
should be freed using
-.BR XtFree
+.B XtFree
when it is no longer needed.
.SH "SEE ALSO"
XtGetSubresources(__libmansuffix__),