MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / initIcon

Method initIcon

src/AppFrame.cpp:324–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void 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
334void AppFrame::initMenuBar() {// File Menu
335 menuBar = new wxMenuBar;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected