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

Method openFileCB

src/csvapplication.cpp:378–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376
377
378void CsvApplication::openFileCB(Fl_Widget *, void *) {
379 app.openFile(false);
380}
381void CsvApplication::saveFileCB(Fl_Widget *, void *) {
382 app.saveFile(false);
383}

Callers

nothing calls this directly

Calls 1

openFileMethod · 0.80

Tested by

no test coverage detected