MCPcopy 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
722void 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

getWindowByPointerMethod · 0.80
closeWindowMethod · 0.80

Tested by

no test coverage detected