Searched refs:potential_parent (Results 1 – 2 of 2) sorted by relevance
1329 IMGUI_API bool IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent);
5932 bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent) in IsWindowChildOf() argument5934 if (window->RootWindow == potential_parent) in IsWindowChildOf()5938 if (window == potential_parent) in IsWindowChildOf()