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

Method myFlAskStringCB

src/csvapplication.cpp:3239–3244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3237 return std::make_pair(retInt, retStr);
3238}
3239void CsvApplication::myFlAskStringCB(Fl_Widget *widget, long data) {
3240 if( data > 0 ) {
3241 app.myFlAskStringOk = true;
3242 }
3243 widget->hide();
3244}
3245void CsvApplication::myFlAskStringOkCB(Fl_Widget *widget, void *) {
3246 app.myFlAskStringOk = true;
3247 Fl_Widget *parent = ((Fl_Choice *)widget)->parent();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected