Name
XtIsManaged — determine whether a widget is managed by its parent.
Synopsis
Boolean XtIsManaged(object)
Widget object;
Arguments
objectSpecifies the object whose state is to be tested; may be of class Object or any subclass thereof.
Description
XtIsManaged returns True if the specified child widget is currently managed and False if the widget is not.
As a macro for use in widget code, XtIsManaged simply accesses the Core widget’s managed field.