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

Method updateStatusbar

src/csvwindow.cpp:510–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508
509
510void CsvWindow::updateStatusbar(const std::string& msg) {
511 statusbarText = msg;
512 statusbar->copy_label(msg.c_str());
513 statusbar->redraw();
514 Fl::check();
515}
516
517
518void CsvWindow::showDefaultStatus() {

Callers 3

parseCsvStreamMethod · 0.80
updateStatusbarCBMethod · 0.80
saveFileMethod · 0.80

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected