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

Method delRowsCB

src/csvapplication.cpp:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 app.delCols();
416}
417void CsvApplication::delRowsCB(Fl_Widget *, void *) {
418 app.delRows();
419}
420void CsvApplication::quitApplicationCB(Fl_Widget *, void *) {
421 app.quitApplication(true);
422}

Callers

nothing calls this directly

Calls 1

delRowsMethod · 0.45

Tested by

no test coverage detected