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

Method saveFileCB

src/csvapplication.cpp:381–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 app.openFile(false);
380}
381void CsvApplication::saveFileCB(Fl_Widget *, void *) {
382 app.saveFile(false);
383}
384void CsvApplication::saveFileAsCB(Fl_Widget *, void *) {
385 app.saveFile(true);
386}

Callers 1

MyMenuCallbackMethod · 0.80

Calls 1

saveFileMethod · 0.80

Tested by

no test coverage detected