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

Method editSingleCellCB

src/csvapplication.cpp:3483–3485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3481 delete singleCellEditWin;
3482}
3483void CsvApplication::editSingleCellCB(Fl_Widget *, void *) {
3484 app.editSingleCell();
3485}
3486void CsvApplication::editSingleCellSaveCB(Fl_Widget *widget, void *data) {
3487 // My_Fl_Small_Window *singleCellEditWin = ((My_Fl_Button *)widget)->parent();
3488 bool *changeContent = (bool *) data;

Callers 1

MyMenuCallbackMethod · 0.80

Calls 1

editSingleCellMethod · 0.80

Tested by

no test coverage detected