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

Method splitColumn_Cancel_CB

src/csvapplication.cpp:2625–2628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();
2628}
2629
2630
2631void CsvApplication::mergeCols() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected