pub unsafe extern "C" fn uiTableHeaderVisible(
t: *mut uiTable,
) -> c_intExpand description
Returns whether or not the table header is visible.
@param t uiTable instance.
@returns TRUE if visible, FALSE otherwise. [Default TRUE]
@memberof uiTable