summaryrefslogtreecommitdiff
path: root/man/XtGetResourceList.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtGetResourceList.man')
-rw-r--r--man/XtGetResourceList.man12
1 files changed, 8 insertions, 4 deletions
diff --git a/man/XtGetResourceList.man b/man/XtGetResourceList.man
index 2b5098f..0bedaff 100644
--- a/man/XtGetResourceList.man
+++ b/man/XtGetResourceList.man
@@ -66,7 +66,8 @@ returns the resource list as specified in the widget class record.
If it is called after the widget class has been initialized,
.B XtGetResourceList
returns a merged resource list that contains the resources
-for all superclasses. The list returned by
+for all superclasses.
+The list returned by
.B XtGetResourceList
should be freed using
.B XtFree
@@ -78,13 +79,16 @@ is called before the widget class is initialized (that is,
before the first widget of that class has been created),
.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,
+part record.
+If it is called after the widget class has been initialized,
.B XtGetConstraintResourceList
returns a merged resource list that contains the Constraint resources
-for all superclasses. If the specified class is not a subclass of
+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
+is set to zero.
+The list returned by
.B XtGetConstraintResourceList
should be freed using
.B XtFree