Table of Contents

Name

XtManageChildren, XtManageChild, XtUnmanageChildren, XtUnmanageChild, XtChangeManagedSet, XtIsManaged - manage and unmanage children

Syntax

typedef Widget *WidgetList;
void XtManageChildren(WidgetList children, Cardinal num_children);
void XtManageChild(Widget child);
void XtUnmanageChildren(WidgetList children, Cardinal
num_children);
void XtUnmanageChild(Widget child);
void XtChangeManagedSet(WidgetList unmanage_children, Cardinal
num_unmanage_children, WidgetList manage_children, Cardinal num_manage_children, XtCSMProc post_unmanage_pre_manage_hook, XtPointer client_data);
Boolean XtIsManaged(Widget widget);

Arguments

child
Specifies the child.
children
Specifies a list of child widgets.
num_children
Specifies the number of children.
widget
Specifies the widget.
manage_children
Specifies the list of widget children to add to the managed set.
num_manage_children
Specifies the number of entries in the manage_children list.
unmanage_children
Specifies the list of widget children to remove from the managed set.
num_unmanage_children
Specifies the number of entries in the unmanage_children list.
post_unmanage_pre_manage_hook
Specifies the post unmanage, pre manage hook procedure to invoke.
client_data
Specifies the client data to be passed to the hook precedure.

Description

The XtManageChildren function performs the following: