| 2623 | ((My_Fl_Button *)widget)->parent()->hide(); |
| 2624 | } |
| 2625 | void CsvApplication::splitColumn_Cancel_CB(Fl_Widget *widget, void *data) { |
| 2626 | *((int *)data) = 0; |
| 2627 | ((My_Fl_Button *)widget)->parent()->hide(); |
| 2628 | } |
| 2629 | |
| 2630 | |
| 2631 | void CsvApplication::mergeCols() { |
nothing calls this directly
no outgoing calls
no test coverage detected