diff options
Diffstat (limited to 'man/XtGetResourceList.man')
-rw-r--r-- | man/XtGetResourceList.man | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/man/XtGetResourceList.man b/man/XtGetResourceList.man index 8557402..e64428f 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 -.ZN XtFree +.BR 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 -.ZN XtGetResourceList +.BR XtGetResourceList is called before the widget class is initialized (that is, before the first widget of that class has been created), -.ZN XtGetResourceList +.BR XtGetResourceList returns the resource list as specified in the widget class record. If it is called after the widget class has been initialized, -.ZN XtGetResourceList +.BR XtGetResourceList returns a merged resource list that contains the resources for all superclasses. The list returned by -.ZN XtGetResourceList +.BR XtGetResourceList should be freed using -.ZN XtFree +.BR XtFree when it is no longer needed. .LP If -.ZN XtGetConstraintResourceList +.BR XtGetConstraintResourceList is called before the widget class is initialized (that is, before the first widget of that class has been created), -.ZN XtGetConstraintResourceList +.BR 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, -.ZN XtGetConstraintResourceList +.BR XtGetConstraintResourceList returns a merged resource list that contains the Constraint resources for all superclasses. If the specified class is not a subclass of -.ZN constraintWidgetClass , +.BR constraintWidgetClass , \fI*resources_return\fP is set to NULL and \fI*num_resources_return\fP is set to zero. The list returned by -.ZN XtGetConstraintResourceList +.BR XtGetConstraintResourceList should be freed using -.ZN XtFree +.BR XtFree when it is no longer needed. .SH "SEE ALSO" XtGetSubresources(__libmansuffix__), |