Searched refs:ParentLayoutType (Results 1 – 3 of 3) sorted by relevance
1078 …ImGuiLayoutType ParentLayoutType; // Layout type of parent window at the time of Beg… member1114 LayoutType = ParentLayoutType = ImGuiLayoutType_Vertical; in ImGuiWindowTempData()
5562 …if (nav_earliest_child->ParentWindow == window && nav_earliest_child->DC.ParentLayoutType == ImGui… in EndMenuBar()
5333 …window->DC.ParentLayoutType = parent_window ? parent_window->DC.LayoutType : ImGuiLayoutType_Verti… in Begin()