MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnWindowTile

Method OnWindowTile

editor/editorView.cpp:716–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714// window menu options
715
716void 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
724void CEditorView::OnWindowCascade() {
725 // TODO: Add your command handler code here

Callers

nothing calls this directly

Calls 1

DockKeypadMethod · 0.80

Tested by

no test coverage detected