uiTableSetSelectionMode

Function uiTableSetSelectionMode 

Source
pub unsafe extern "C" fn uiTableSetSelectionMode(
    t: *mut uiTable,
    mode: uiTableSelectionMode,
)
Expand description

Sets the table selection mode.

@param t uiTable instance. @param mode Table selection mode to set.

@warning All rows will be deselected if the existing selection is illegal in the new selection mode. @memberof uiTable