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

Method hideImWorkingWindow

src/csvapplication.cpp:3404–3409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

loadFileMethod · 0.80
undoCBMethod · 0.80
find_substring_CBMethod · 0.80
find_replaceMethod · 0.80
find_replaceAll_CBMethod · 0.80
executeMacroCBMethod · 0.80

Calls 2

checkFunction · 0.85
allowEventsMethod · 0.80

Tested by

no test coverage detected