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

Method SetTaskbar

Applications/Shell/shell.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void ShellInstance::SetTaskbar(Lemon::GUI::Window* taskbar){
17 this->taskbar = taskbar;
18}
19
20extern bool paintTaskbar;
21void ShellInstance::PollCommands(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected