uiControlToplevel

Function uiControlToplevel 

Source
pub unsafe extern "C" fn uiControlToplevel(c: *mut uiControl) -> c_int
Expand description

Returns whether or not the control is a top level control.

@param c uiControl instance. @returns TRUE if top level control, FALSE otherwise. @memberof uiControl