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

Method find_replace_CB

src/csvapplication.cpp:1740–1742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1738}
1739
1740void CsvApplication::find_replace_CB(Fl_Widget *, void *) {
1741 find_replace(false);
1742}
1743
1744void CsvApplication::find_replaceFind_CB(Fl_Widget *, void *) {
1745 find_replace(true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected