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

Method addRowCB

src/csvapplication.cpp:411–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 app.addRow(true);
410}
411void CsvApplication::addRowCB(Fl_Widget *, void *) {
412 app.addRow(false);
413}
414void CsvApplication::delColsCB(Fl_Widget *, void *) {
415 app.delCols();
416}

Callers

nothing calls this directly

Calls 1

addRowMethod · 0.45

Tested by

no test coverage detected