Searched refs:SetWindowCollapsedAllowFlags (Results 1 – 2 of 2) sorted by relevance
2534 …SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always… in ImGuiWindow()4463 …window->SetWindowCollapsedAllowFlags = enabled ? (window->SetWindowCollapsedAllowFlags | flags) : … in SetWindowConditionAllowFlags()6129 if (cond && (window->SetWindowCollapsedAllowFlags & cond) == 0) in SetWindowCollapsed()6131 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
1172 …ImGuiCond SetWindowCollapsedAllowFlags; // store acceptable condition flags fo… member