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

Method showInfoWindowCB

src/csvapplication.cpp:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 app.checkDataConsistency();
398}
399void CsvApplication::showInfoWindowCB(Fl_Widget *, void *) {
400 windows[app.getTopWindow()].showInfoWindow();
401}
402void CsvApplication::addColBeforeCB(Fl_Widget *, void *) {
403 app.addCol(true);
404}

Callers 1

MyMenuCallbackMethod · 0.80

Calls 2

showInfoWindowMethod · 0.80
getTopWindowMethod · 0.80

Tested by

no test coverage detected