MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / delColsCB

Method delColsCB

src/csvapplication.cpp:414–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 app.addRow(false);
413}
414void CsvApplication::delColsCB(Fl_Widget *, void *) {
415 app.delCols();
416}
417void CsvApplication::delRowsCB(Fl_Widget *, void *) {
418 app.delRows();
419}

Callers

nothing calls this directly

Calls 1

delColsMethod · 0.45

Tested by

no test coverage detected