MCPcopy 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

mainFunction · 0.45
DisplayMessageBoxFunction · 0.45
FileDialogFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
OnWindowCmdFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
InitializeMenuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected