MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / SetActiveWindow

Method SetActiveWindow

external/zep/src/tab_window.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void ZepTabWindow::SetActiveWindow(ZepWindow* pBuffer) {
100 m_pActiveWindow = pBuffer;
101 if (m_pActiveWindow) {
102 m_pActiveWindow->GetBuffer().GetMode()->Begin(m_pActiveWindow);
103 }
104 GetEditor().UpdateTabs();
105 }
106
107 // The region management is in theory dirt-simple.
108 // Each region contains a list of either vertical or horizontally split regions.

Callers 6

UpdateWindowStateMethod · 0.80
SetCurrentWindowMethod · 0.80
SetCurrentTabWindowMethod · 0.80
RemoveTabWindowMethod · 0.80
AddKeyPressMethod · 0.80
OpenSelectionMethod · 0.80

Calls 3

GetModeMethod · 0.80
UpdateTabsMethod · 0.80
BeginMethod · 0.45

Tested by

no test coverage detected