Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ set_content
Method
set_content
modules/gui/gui/src/dev/sandbox.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void Sandbox::set_content(NotNull<Widget*> content)
40
{
41
_content = content;
42
}
43
void Sandbox::show(const WindowDesc& desc)
44
{
45
// create native window
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected