pub unsafe extern "C" fn XPGetParentWidget(
inWidget: XPWidgetID,
) -> XPWidgetIDExpand description
XPGetParentWidget
Returns the parent of a widget, or 0 if the widget has no parent. Root widgets never have parents and therefore always return 0.