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