MCPcopy 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
39void Sandbox::set_content(NotNull<Widget*> content)
40{
41 _content = content;
42}
43void Sandbox::show(const WindowDesc& desc)
44{
45 // create native window

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected