| 714 | // window menu options |
| 715 | |
| 716 | void CEditorView::OnWindowTile() { |
| 717 | // TODO: Add your command handler code here |
| 718 | D3EditState.tile_views = 1; |
| 719 | ((CMainFrame *)GetParentFrame())->DockKeypad(TRUE); |
| 720 | DeactivateView(); |
| 721 | ActivateView(); |
| 722 | } |
| 723 | |
| 724 | void CEditorView::OnWindowCascade() { |
| 725 | // TODO: Add your command handler code here |
nothing calls this directly
no test coverage detected