| 508 | |
| 509 | |
| 510 | void 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 | |
| 518 | void CsvWindow::showDefaultStatus() { |
no test coverage detected