summaryrefslogtreecommitdiff
path: root/man/XtGetResourceList.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtGetResourceList.man')
-rw-r--r--man/XtGetResourceList.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XtGetResourceList.man b/man/XtGetResourceList.man
index 4ca88a5..87b05fb 100644
--- a/man/XtGetResourceList.man
+++ b/man/XtGetResourceList.man
@@ -129,13 +129,13 @@ XtGetResourceList, XtGetConstraintResourceList \- obtain resource list
.SH SYNTAX
.HP
void XtGetResourceList(WidgetClass \fIclass\fP, XtResourceList
-*\fIresources_return\fP, Cardinal *\fInum_resources_return\fP);
+*\fIresources_return\fP, Cardinal *\fInum_resources_return\fP);
.HP
void XtGetConstraintResourceList(WidgetClass \fIclass\fP, XtResourceList
-*\fIresources_return\fP, Cardinal *\fInum_resources_return\fP);
+*\fIresources_return\fP, Cardinal *\fInum_resources_return\fP);
.SH ARGUMENTS
.IP \fInum_resources_return\fP 1i
-Specifies a pointer to where to store the number of entries in the
+Specifies a pointer to where to store the number of entries in the
resource list.
.IP \fIresources_return\fP 1i
Specifies a pointer to where to store the returned resource list.
@@ -146,7 +146,7 @@ when done with it.
.IP \fIwidget_class\fP 1i
Specifies the widget class\*(Wc.
.SH DESCRIPTION
-If
+If
.ZN XtGetResourceList
is called before the widget class is initialized (that is,
before the first widget of that class has been created),
@@ -154,14 +154,14 @@ before the first widget of that class has been created),
returns the resource list as specified in the widget class record.
If it is called after the widget class has been initialized,
.ZN XtGetResourceList
-returns a merged resource list that contains the resources
+returns a merged resource list that contains the resources
for all superclasses. The list returned by
.ZN XtGetResourceList
should be freed using
.ZN XtFree
when it is no longer needed.
.LP
-If
+If
.ZN XtGetConstraintResourceList
is called before the widget class is initialized (that is,
before the first widget of that class has been created),
@@ -169,7 +169,7 @@ before the first widget of that class has been created),
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
-returns a merged resource list that contains the Constraint resources
+returns a merged resource list that contains the Constraint resources
for all superclasses. If the specified class is not a subclass of
.ZN constraintWidgetClass ,
\fI*resources_return\fP is set to NULL and \fI*num_resources_return\fP