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