Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ windowGetsClosedCB
Method
windowGetsClosedCB
src/csvwindow.cpp:722–725 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
720
721
722
void CsvWindow::windowGetsClosedCB(Fl_Widget *widget, void *) {
723
int windowIndex = app.getWindowByPointer(widget);
724
app.closeWindow(windowIndex);
725
}
726
727
728
/*
Callers
nothing calls this directly
Calls
2
getWindowByPointer
Method · 0.80
closeWindow
Method · 0.80
Tested by
no test coverage detected