MCPcopy Create free account
hub / github.com/SSARCandy/Coherent-Line-Drawing / OnToggleLog

Method OnToggleLog

src/gui.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 "About Coherent Line Drawing", wxOK | wxICON_INFORMATION);
191}
192void MyFrame::OnToggleLog(wxCommandEvent &event)
193{
194 event.IsChecked() ? log->Show() : log->Hide();
195
196 this->GetSizer()->Layout();
197}
198
199void MyFrame::OnOpenSrc(wxCommandEvent &event)
200{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected