XtParent (3) Linux Manual Page
XtParent – obtain widget’s parent widget id
Syntax
#include <X11/Intrinsic.h>- Widget XtParent(Widget w);
Arguments
- w
- Specifies the widget.
Description
XtParent returns the widget’s parent widget ID.See Also
X Toolkit Intrinsics – C Language InterfaceXlib – C Language X Interface
