| 322 | } |
| 323 | |
| 324 | void AppFrame::initIcon() { |
| 325 | #if defined(__linux__) || defined(__FreeBSD__) |
| 326 | SetIcon(wxICON(cubicsdr)); |
| 327 | #endif |
| 328 | #ifdef _WIN32 |
| 329 | SetIcon(wxICON(frame_icon)); |
| 330 | #endif |
| 331 | |
| 332 | } |
| 333 | |
| 334 | void AppFrame::initMenuBar() {// File Menu |
| 335 | menuBar = new wxMenuBar; |
nothing calls this directly
no outgoing calls
no test coverage detected