Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ AddWidget
Method
AddWidget
LibLemon/src/gui/window.cpp:277–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
void Window::AddWidget(Widget* w){
278
rootContainer.AddWidget(w);
279
}
280
281
void Window::RemoveWidget(Widget* w){
282
rootContainer.RemoveWidget(w);
Callers
15
main
Function · 0.45
DisplayMessageBox
Function · 0.45
FileDialog
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
OnWindowCmd
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
InitializeMenu
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected