| 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){ |
no outgoing calls
no test coverage detected