summaryrefslogtreecommitdiff
path: root/man/XtManageChildren.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtManageChildren.man')
-rw-r--r--man/XtManageChildren.man32
1 files changed, 16 insertions, 16 deletions
diff --git a/man/XtManageChildren.man b/man/XtManageChildren.man
index 4e96da3..2a2c80f 100644
--- a/man/XtManageChildren.man
+++ b/man/XtManageChildren.man
@@ -131,19 +131,19 @@ typedef Widget *WidgetList;
.HP
void XtManageChildren(WidgetList \fIchildren\fP, Cardinal \fInum_children\fP);
.HP
-void XtManageChild(Widget \fIchild\fP);
+void XtManageChild(Widget \fIchild\fP);
.HP
void XtUnmanageChildren(WidgetList \fIchildren\fP, Cardinal
-\fInum_children\fP);
+\fInum_children\fP);
.HP
-void XtUnmanageChild(Widget \fIchild\fP);
+void XtUnmanageChild(Widget \fIchild\fP);
.HP
-void XtChangeManagedSet(WidgetList \fIunmanage_children\fP,
+void XtChangeManagedSet(WidgetList \fIunmanage_children\fP,
Cardinal \fInum_unmanage_children\fP, XtDoChangeProc \fIdo_change_proc\fP,
-XtPointer \fIclient_data\fP, WidgetList \fImanage_children\fP,
-Cardinal \fInum_manage_children\fP);
+XtPointer \fIclient_data\fP, WidgetList \fImanage_children\fP,
+Cardinal \fInum_manage_children\fP);
.HP
-Boolean XtIsManaged(Widget \fIwidget\fP);
+Boolean XtIsManaged(Widget \fIwidget\fP);
.SH ARGUMENTS
.IP \fIchild\fP 1i
Specifies the child.
@@ -171,7 +171,7 @@ The
function performs the following:
.IP \(bu 5
Issues an error if the children do not all have the same parent or
-if the parent is not a subclass of
+if the parent is not a subclass of
.ZN compositeWidgetClass .
.IP \(bu 5
Returns immediately if the common parent is being destroyed;
@@ -190,7 +190,7 @@ Calls
.ZN XtRealizeWidget
on each previously unmanaged child that is unrealized.
.IP \- 5
-Maps each previously unmanaged child that has map_when_managed
+Maps each previously unmanaged child that has map_when_managed
.ZN True .
.RE
.LP
@@ -198,7 +198,7 @@ Managing children is independent of the ordering of children and
independent of creating and deleting children.
The layout routine of the parent
should consider children whose managed field is
-.ZN True
+.ZN True
and should ignore all other children.
Note that some composite widgets, especially fixed boxes, call
.ZN XtManageChild
@@ -208,7 +208,7 @@ If the parent widget is realized,
its change_managed procedure is called to notify it
that its set of managed children has changed.
The parent can reposition and resize any of its children.
-It moves each child as needed by calling
+It moves each child as needed by calling
.ZN XtMoveWidget ,
which first updates the x and y fields and then calls
.ZN XMoveWindow
@@ -226,11 +226,11 @@ The
function performs the following:
.IP \(bu 5
Issues an error if the children do not all have the same parent
-or if the parent is not a subclass of
+or if the parent is not a subclass of
.ZN compositeWidgetClass .
.IP \(bu 5
Returns immediately if the common parent is being destroyed;
-otherwise, for each unique child on the list,
+otherwise, for each unique child on the list,
.ZN XtUnmanageChildren
performs the following:
.RS
@@ -275,8 +275,8 @@ is defined but with an \fIallows_change_managed_set\fP field with a
value of
.ZN False ,
and
-.ZN XtChangeManagedSet
-was invoked with a non-NULL \fIdo_change_proc\fP procedure
+.ZN XtChangeManagedSet
+was invoked with a non-NULL \fIdo_change_proc\fP procedure
then
.ZN XtChangeManagedSet
performs the following:
@@ -301,7 +301,7 @@ is defined with an \fIallows_change_managed_set\fP field with a value of
or if no
.ZN CompositeClassExtension
is defined, and
-.ZN XtChangeManagedSet was invoked with a NULL
+.ZN XtChangeManagedSet was invoked with a NULL
\fIdo_change_proc\fP procedure, then the following is
performed:
.RS