pub unsafe extern "C" fn uiTableHeaderSetVisible(
t: *mut uiTable,
visible: c_int,
)Expand description
Sets whether or not the table header is visible.
@param t uiTable instance.
@param visible TRUE to show header, FALSE to hide header.
@memberof uiTable