| 47 | static std::pair<int, int> MenuIDtoXY(UINT nID, int nActivePane, int nBuffers); |
| 48 | void SaveWindowState(); |
| 49 | void SetSharedMenu(HMENU hMenu) { m_hMenuShared = hMenu; } |
| 50 | virtual BOOL IsTabbedMDIChild() |
| 51 | { |
| 52 | return TRUE; // https://stackoverflow.com/questions/35553955/getting-rid-of-3d-look-of-mdi-frame-window |
no outgoing calls
no test coverage detected