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