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

Method doSortCB

src/csvapplication.cpp:1951–1954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1949 }
1950}
1951void CsvApplication::doSortCB(Fl_Widget *, void *) {
1952 app.sortWin->dataExchange = 0;
1953 app.sortWin->hide();
1954}
1955void CsvApplication::doSortWinCB(Fl_Widget *, long data) {
1956 if( data == TCRUNCHER_MYFLCHOICE_MAGICAL) {
1957 // pressed ENTER

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected