MCPcopy Create free account
hub / github.com/audacity/audacity / TableUpdated

Method TableUpdated

src/widgets/Grid.cpp:810–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810void GridAx::TableUpdated()
811{
812 NotifyEvent(wxACC_EVENT_OBJECT_REORDER,
813 mGrid->GetGridWindow(),
814 wxOBJID_CLIENT,
815 0);
816}
817
818void GridAx::SetCurrentCell(int row, int col)
819{

Callers 7

ClearGridMethod · 0.80
InsertRowsMethod · 0.80
AppendRowsMethod · 0.80
DeleteRowsMethod · 0.80
InsertColsMethod · 0.80
AppendColsMethod · 0.80
DeleteColsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected