Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ Close
Method
Close
ui/UIWindow.cpp:613–613 ·
view source on GitHub ↗
removes window from ui list.
Source
from the content-addressed store, hash-verified
611
612
// removes window from ui list.
613
void UIWindow::Close() { ui_RemoveWindow(this); }
614
615
// settings
616
void UIWindow::SetFont(int handle) { m_FontHandle = handle; }
Callers
7
OnDestroy
Method · 0.45
OpenThemeFile
Method · 0.45
OnToolsMakeStream
Method · 0.45
GetStreamInfo
Method · 0.45
dp_EndGame
Function · 0.45
parse_ctl_file
Method · 0.45
parse_ctl_file
Method · 0.45
Calls
1
ui_RemoveWindow
Function · 0.85
Tested by
no test coverage detected