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

Method InsertCols

src/widgets/Grid.cpp:775–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775bool Grid::InsertCols(int pos, int numCols, bool updateLabels)
776{
777 bool res = wxGrid::InsertCols(pos, numCols, updateLabels);
778
779 mAx->TableUpdated();
780
781 return res;
782}
783
784bool Grid::AppendCols(int numCols, bool updateLabels)
785{

Callers

nothing calls this directly

Calls 1

TableUpdatedMethod · 0.80

Tested by

no test coverage detected