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

Method ClearGrid

src/widgets/Grid.cpp:739–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737
738#if wxUSE_ACCESSIBILITY
739void Grid::ClearGrid()
740{
741 wxGrid::ClearGrid();
742
743 mAx->TableUpdated();
744
745 return;
746}
747
748bool Grid::InsertRows(int pos, int numRows, bool updateLabels)
749{

Callers

nothing calls this directly

Calls 1

TableUpdatedMethod · 0.80

Tested by

no test coverage detected