MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / mergeColumn_CB

Method mergeColumn_CB

src/csvapplication.cpp:2695–2698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2693 delete mergeColWin;
2694}
2695void CsvApplication::mergeColumn_CB(Fl_Widget *widget, void *data) {
2696 *((int *)data) = TCRUNCHER_MYFLCHOICE_MAGICAL;
2697 ((My_Fl_Button *)widget)->parent()->hide();
2698}
2699void CsvApplication::mergeColumn_Cancel_CB(Fl_Widget *widget, void *data) {
2700 *((int *)data) = 0;
2701 ((My_Fl_Button *)widget)->parent()->hide();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected