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

Method updateStatusbarCB

src/csvwindow.cpp:537–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535
536
537void CsvWindow::updateStatusbarCB(const char *msg, void *obj) {
538 CsvWindow *oWin = (CsvWindow *)obj;
539 oWin->updateStatusbar(msg);
540 Fl::check();
541}
542
543
544

Callers

nothing calls this directly

Calls 2

checkFunction · 0.85
updateStatusbarMethod · 0.80

Tested by

no test coverage detected