MCPcopy Create free account
hub / github.com/andlabs/ui / RowDeleted

Method RowDeleted

tablemodel.go:223–225  ·  view source on GitHub ↗

RowDeleted tells any Tables associated with m that the row at index index has been deleted. You call this function when the number of rows in your model has changed; after calling it, NumRows should returm the new row count.

(index int)

Source from the content-addressed store, hash-verified

221// number of rows in your model has changed; after calling it,
222// NumRows should returm the new row count.
223func (m *TableModel) RowDeleted(index int) {
224 C.uiTableModelRowDeleted(m.m, C.int(index))
225}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected