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

Method DeleteCols

src/widgets/Grid.cpp:793–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793bool Grid::DeleteCols(int pos, int numCols, bool updateLabels)
794{
795 bool res = wxGrid::DeleteCols(pos, numCols, updateLabels);
796
797 mAx->TableUpdated();
798
799 return res;
800}
801
802GridAx::GridAx(const FormatterContext& context, Grid* grid)
803 : WindowAccessible(grid->GetGridWindow())

Callers

nothing calls this directly

Calls 1

TableUpdatedMethod · 0.80

Tested by

no test coverage detected