Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ delRowsCB
Method
delRowsCB
src/csvapplication.cpp:417–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
app.delCols();
416
}
417
void CsvApplication::delRowsCB(Fl_Widget *, void *) {
418
app.delRows();
419
}
420
void CsvApplication::quitApplicationCB(Fl_Widget *, void *) {
421
app.quitApplication(true);
422
}
Callers
nothing calls this directly
Calls
1
delRows
Method · 0.45
Tested by
no test coverage detected