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

Method OnUpdateConvertToFullKernel

src/gui/frame.cpp:3487–3490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3485// ---------------------------------------------------------------------
3486
3487void MyFrame::OnUpdateConvertToFullKernel(wxUpdateUIEvent& event)
3488{
3489 event.Enable(this->system->GetRuleType()=="formula");
3490}
3491
3492// ---------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

EnableMethod · 0.80
GetRuleTypeMethod · 0.45

Tested by

no test coverage detected