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 copied internally. Ownership is not transferred.
@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