| 1082 | } |
| 1083 | |
| 1084 | void CMainFrame::OnHide(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1085 | { |
| 1086 | m_hide = !m_hide; |
| 1087 | } |
| 1088 | |
| 1089 | bool CMainFrame::GetAlwaysOnTop() const |
| 1090 | { |
nothing calls this directly
no outgoing calls
no test coverage detected