| 3481 | delete singleCellEditWin; |
| 3482 | } |
| 3483 | void CsvApplication::editSingleCellCB(Fl_Widget *, void *) { |
| 3484 | app.editSingleCell(); |
| 3485 | } |
| 3486 | void CsvApplication::editSingleCellSaveCB(Fl_Widget *widget, void *data) { |
| 3487 | // My_Fl_Small_Window *singleCellEditWin = ((My_Fl_Button *)widget)->parent(); |
| 3488 | bool *changeContent = (bool *) data; |
no test coverage detected