pub unsafe extern "C" fn uiTableGetSelectionMode(
t: *mut uiTable,
) -> uiTableSelectionModeExpand description
Returns the table selection mode.
@param t uiTable instance.
@returns The table selection mode. [Default uiTableSelectionModeZeroOrOne]
@memberof uiTable