MCPcopy Create free account
hub / github.com/GollyGang/ready / OnUpdateViewFullKernel

Method OnUpdateViewFullKernel

src/gui/frame.cpp:3048–3051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3046// ---------------------------------------------------------------------
3047
3048void MyFrame::OnUpdateViewFullKernel(wxUpdateUIEvent& event)
3049{
3050 event.Enable(true);// this->system->GetRuleType() == "formula");
3051}
3052
3053// ---------------------------------------------------------------------
3054

Callers

nothing calls this directly

Calls 1

EnableMethod · 0.80

Tested by

no test coverage detected