| 10 | } |
| 11 | |
| 12 | void ShellInstance::SetMenu(Lemon::GUI::Window* menu){ |
| 13 | this->menu = menu; |
| 14 | } |
| 15 | |
| 16 | void ShellInstance::SetTaskbar(Lemon::GUI::Window* taskbar){ |
| 17 | this->taskbar = taskbar; |
nothing calls this directly
no outgoing calls
no test coverage detected