| 1953 | app.sortWin->hide(); |
| 1954 | } |
| 1955 | void CsvApplication::doSortWinCB(Fl_Widget *, long data) { |
| 1956 | if( data == TCRUNCHER_MYFLCHOICE_MAGICAL) { |
| 1957 | // pressed ENTER |
| 1958 | app.sortWin->dataExchange = 0; |
| 1959 | app.sortWin->hide(); |
| 1960 | } |
| 1961 | if( data <= 0 ) { |
| 1962 | // ESC or red close button |
| 1963 | app.sortWin->dataExchange = -1; |
| 1964 | app.sortWin->hide(); |
| 1965 | } |
| 1966 | } |
| 1967 | |
| 1968 | |
| 1969 |
nothing calls this directly
no outgoing calls
no test coverage detected