Searched refs:ImGuiLayoutType_Vertical (Results 1 – 3 of 3) sorted by relevance
383 ImGuiLayoutType_Vertical = 1 enumerator1114 LayoutType = ParentLayoutType = ImGuiLayoutType_Vertical; in ImGuiWindowTempData()
751 …if ((direction == ImGuiLayoutType_Vertical) && bb_height < g.FontSize + g.Style.FramePadding.y * 2… in Scrollbar()1121 window->DC.LayoutType = ImGuiLayoutType_Vertical; in NewLine()5583 window->DC.LayoutType = ImGuiLayoutType_Vertical; in EndMenuBar()5642 …if (window->DC.LayoutType == ImGuiLayoutType_Vertical) // (window->Flags & (ImGuiWindowFlags_Popup… in BeginMenu()5735 …GuiDir_Left && NavMoveRequestButNoResultYet() && window->DC.LayoutType == ImGuiLayoutType_Vertical) in EndMenu()
5270 Scrollbar(ImGuiLayoutType_Vertical); in Begin()5332 window->DC.LayoutType = ImGuiLayoutType_Vertical; in Begin()5333 …dow->DC.ParentLayoutType = parent_window ? parent_window->DC.LayoutType : ImGuiLayoutType_Vertical; in Begin()