XtIsManaged(3X) XT FUNCTIONS XtIsManaged(3X)
NAME
XtIsManaged - manage and unmanage children
SYNTAX
typedef Widget *WidgetList;
Boolean XtIsManaged(widget)
Widget widget
ARGUMENTS
widget Specifies the widget.
DESCRIPTION
The XtIsManaged function returns True if the specified widget is of class RectObj or any subclass thereof and is managed, or False other-
wise.
SEE ALSO
XtManageChildren(3X), XtManageChild(3X), XtUnmanageChildren(3X), XtUnmanageChild(3X), XtChangeManagedSet(3X)
X Version 11 Release 6 XtIsManaged(3X)