pub unsafe extern "C" fn uiTableModelRowChanged(
m: *mut uiTableModel,
index: c_int,
)
Expand description
Informs all associated uiTable views that a row has been changed.
You do NOT need to call this in your SetCellValue() handlers, but NEED to call this if your data changes at any other point.
@param m Table model that has changed. @param index Index of the row that has changed. @memberof uiTableModel