void CMainFrame::OnPosition() { // Call default implementation to de-maximize windows if necessary MDITile (MDITILE_HORIZONTAL); // Now call our implementation of horizontal tiling PositionViews (FALSE); }
void CMainFrame::OnWindowTile(UINT uNotifyCode, int nID, CWindow wndCtl) { MDITile(); }
void CMainFrame::OnWindowTileVert() { MDITile(MDITILE_VERTICAL); }
void CMainFrame::OnWindowTileHorz() { MDITile(MDITILE_HORIZONTAL); }
BOOL CMainMDIFrame::OnMDITile() { MDITile(); return TRUE; }
void CMainFrame::OnWindowShow2dview() { MDITile(MDITILE_VERTICAL); }