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

Method RemoveWidget

LibLemon/src/gui/window.cpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 void Window::RemoveWidget(Widget* w){
282 rootContainer.RemoveWidget(w);
283 }
284
285 void Window::DisplayContextMenu(const std::vector<ContextMenuEntry>& entries, vector2i_t pos){
286 if(pos.x == -1 && pos.y == -1){

Callers 2

OnWindowCmdFunction · 0.45
RemoveWindowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected