| 1092 | } |
| 1093 | |
| 1094 | void CMainFrame::SetAlwaysOnTop(bool value) |
| 1095 | { |
| 1096 | SetWindowPos(value ? HWND_TOPMOST : HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE); |
| 1097 | } |
| 1098 | |
| 1099 | void CMainFrame::OnAlwaysOnTop(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1100 | { |
nothing calls this directly
no outgoing calls
no test coverage detected