| 3399 | } |
| 3400 | } |
| 3401 | void CsvApplication::showImWorkingWindowCB(Fl_Widget *, long ) { |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected