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

Method myFlAskStringOkCB

src/csvapplication.cpp:3245–3249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3243 widget->hide();
3244}
3245void CsvApplication::myFlAskStringOkCB(Fl_Widget *widget, void *) {
3246 app.myFlAskStringOk = true;
3247 Fl_Widget *parent = ((Fl_Choice *)widget)->parent();
3248 ((Fl_Widget *) parent)->hide();
3249}
3250
3251std::tuple<int, int> CsvApplication::lastFoundPosition() {
3252 return lastFound;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected