NAME
XtIsManaged − determine whether a widget is managed by its parent.
Synopsis
Boolean XtIsManaged(object)
Widget object;
Inputs
objectSpecifies the object whose state is to be tested; may be of class Object or any subclass thereof.
Returns
True if object is managed, False otherwise.
Description
XtIsManaged() returns True if the specified object is of class RectObj and is currently managed or False if it is not.
See Also
XtManageChild(1), XtManageChildren(1), XtUnManageChild(1), XtUnmanageChildren(1).
Copyright O’Reilly & Assoc. — X Toolkit Intrinsics Reference Manual © O’Reilly & Associates