Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h1078 …ImGuiLayoutType ParentLayoutType; // Layout type of parent window at the time of Beg… member
1114 LayoutType = ParentLayoutType = ImGuiLayoutType_Vertical; in ImGuiWindowTempData()
Dimgui_widgets.cpp5562 …if (nav_earliest_child->ParentWindow == window && nav_earliest_child->DC.ParentLayoutType == ImGui… in EndMenuBar()
Dimgui.cpp5333 …window->DC.ParentLayoutType = parent_window ? parent_window->DC.LayoutType : ImGuiLayoutType_Verti… in Begin()