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

Method splitColumn_CB

src/csvapplication.cpp:2621–2624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2619 delete splitColWin;
2620}
2621void CsvApplication::splitColumn_CB(Fl_Widget *widget, void *data) {
2622 *((int *)data) = TCRUNCHER_MYFLCHOICE_MAGICAL;
2623 ((My_Fl_Button *)widget)->parent()->hide();
2624}
2625void CsvApplication::splitColumn_Cancel_CB(Fl_Widget *widget, void *data) {
2626 *((int *)data) = 0;
2627 ((My_Fl_Button *)widget)->parent()->hide();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected