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

Method showImWorkingWindowCB

src/csvapplication.cpp:3401–3403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3399 }
3400}
3401void CsvApplication::showImWorkingWindowCB(Fl_Widget *, long ) {
3402 // intentionally empty: showImWorkingWindow must not be closed by user
3403}
3404void CsvApplication::hideImWorkingWindow() {
3405 int winIndex = getTopWindow();
3406 windows[winIndex].grid->allowEvents(true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected