Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
void ShellInstance::SetTaskbar(Lemon::GUI::Window* taskbar){
17
this->taskbar = taskbar;
18
}
19
20
extern bool paintTaskbar;
21
void ShellInstance::PollCommands(){
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected