XPGetParentWidget

Function XPGetParentWidget 

Source
pub unsafe extern "C" fn XPGetParentWidget(
    inWidget: XPWidgetID,
) -> XPWidgetID
Expand 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.