| 752 | } |
| 753 | |
| 754 | TuningCanvas *AppFrame::makeModemTuner(wxWindow *parent, const wxGLAttributes &attribList) { |
| 755 | auto *pCanvas = new TuningCanvas(parent, attribList); |
| 756 | pCanvas->SetMinClientSize(wxSize(200, 28)); |
| 757 | return pCanvas; |
| 758 | } |
| 759 | |
| 760 | ModeSelectorCanvas * AppFrame::makeDeltaLockButton(wxWindow *parent, const wxGLAttributes &attribList) { |
| 761 | auto *pCanvas = new ModeSelectorCanvas(parent, attribList); |
nothing calls this directly
no outgoing calls
no test coverage detected