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

Method updateSearchWindow

src/csvapplication.cpp:1632–1638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1630 }
1631}
1632void CsvApplication::updateSearchWindow() {
1633 int winIndex = app.getTopWindow();
1634 std::string scopeMsg = "Scope: " + windows[winIndex].humanReadableSelection();
1635 searchWinScope->copy_label(scopeMsg.c_str());
1636 searchWinScope->redraw();
1637 // Fl::check(); // sometimes causes Seg Fault
1638}
1639
1640void CsvApplication::find_substring_CB(Fl_Widget *, long data) {
1641 int keyCode = (int) data;

Callers

nothing calls this directly

Calls 2

getTopWindowMethod · 0.80

Tested by

no test coverage detected