pub unsafe extern "C" fn uiTableSetSelection(
    t: *mut uiTable,
    sel: *mut uiTableSelection
)
Expand description

Sets the current table selection clearing any previous selection.

@param t uiTable instance. @param sel Table selection.\n Data is owned by the caller.

@note Selecting more rows than the selection mode allows for results in nothing happening. @note For empty selections the Rows pointer is never accessed. @memberof uiTable