| 3402 | // intentionally empty: showImWorkingWindow must not be closed by user |
| 3403 | } |
| 3404 | void CsvApplication::hideImWorkingWindow() { |
| 3405 | int winIndex = getTopWindow(); |
| 3406 | windows[winIndex].grid->allowEvents(true); |
| 3407 | imWorkingWindow->hide(); |
| 3408 | Fl::check(); |
| 3409 | } |
| 3410 | |
| 3411 | |
| 3412 |
no test coverage detected