pub unsafe extern "C" fn uiTableGetSelection(
    t: *mut uiTable
) -> *mut uiTableSelection
Expand description

Returns the current table selection.

@param t uiTable instance. @returns The number of selected rows and corresponding row indices.\n Data is owned by the caller, make sure to call uiFreeTableSelection().

@note For empty selections the Rows pointer will be NULL. @memberof uiTable