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