Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ ActivateWindow
Method
ActivateWindow
libraries/ZWidget/src/core/widget.cpp:228–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void Widget::ActivateWindow()
229
{
230
if (Type != WidgetType::Child)
231
{
232
DispWindow->Activate();
233
}
234
}
235
236
void Widget::Close()
237
{
Callers
1
SetFocus
Method · 0.80
Calls
1
Activate
Method · 0.45
Tested by
no test coverage detected