pub unsafe extern "C" fn uiTableModelRowDeleted(
m: *mut uiTableModel,
oldIndex: c_int,
)
Expand description
Informs all associated uiTable views that a row has been deleted.
You must delete the row from your model before you call this function.
NumRows() must represent the new row count before you call this function.
@param m Table model that has changed. @param oldIndex Index of the row that has been deleted. @memberof uiTableModel