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