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

Method enableUndoCB

src/csvapplication.cpp:452–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void CsvApplication::enableUndoCB(Fl_Widget *, void *) {
453 int winIndex = app.getTopWindow();
454 windows[winIndex].enableUndo();
455 app.updateMenu(winIndex);
456}
457
458
459void CsvApplication::setCsvPropertiesCB(Fl_Widget *, void *) {

Callers 1

MyMenuCallbackMethod · 0.80

Calls 3

getTopWindowMethod · 0.80
enableUndoMethod · 0.80
updateMenuMethod · 0.80

Tested by

no test coverage detected