| 2693 | delete mergeColWin; |
| 2694 | } |
| 2695 | void CsvApplication::mergeColumn_CB(Fl_Widget *widget, void *data) { |
| 2696 | *((int *)data) = TCRUNCHER_MYFLCHOICE_MAGICAL; |
| 2697 | ((My_Fl_Button *)widget)->parent()->hide(); |
| 2698 | } |
| 2699 | void CsvApplication::mergeColumn_Cancel_CB(Fl_Widget *widget, void *data) { |
| 2700 | *((int *)data) = 0; |
| 2701 | ((My_Fl_Button *)widget)->parent()->hide(); |
nothing calls this directly
no outgoing calls
no test coverage detected