| 3243 | widget->hide(); |
| 3244 | } |
| 3245 | void 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 | |
| 3251 | std::tuple<int, int> CsvApplication::lastFoundPosition() { |
| 3252 | return lastFound; |
nothing calls this directly
no outgoing calls
no test coverage detected