MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SetMenu

Method SetMenu

Applications/Shell/shell.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void ShellInstance::SetMenu(Lemon::GUI::Window* menu){
13 this->menu = menu;
14}
15
16void ShellInstance::SetTaskbar(Lemon::GUI::Window* taskbar){
17 this->taskbar = taskbar;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected