Home
last modified time | relevance | path

Searched refs:UI_WindowNodeRemoveIndexedNode (Results 1 – 3 of 3) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_window.h96 bool UI_WindowNodeRemoveIndexedNode(uiNode_t* node, uiNode_t* child);
H A Dui_node_window.cpp99 bool UI_WindowNodeRemoveIndexedNode (uiNode_t* const node, uiNode_t* const child) in UI_WindowNodeRemoveIndexedNode() function
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_node.cpp672 UI_WindowNodeRemoveIndexedNode(child->root, child); in UI_RemoveNode()