Function libui_ng_sys::uiTableGetSelection
source · pub unsafe extern "C" fn uiTableGetSelection(
t: *mut uiTable
) -> *mut uiTableSelectionExpand 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