Searched refs:SetWindowPosAllowFlags (Results 1 – 2 of 2) sorted by relevance
2534 …SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always… in ImGuiWindow()4461 …window->SetWindowPosAllowFlags = enabled ? (window->SetWindowPosAllowFlags | flags) : … in SetWindowConditionAllowFlags()4938 window_pos_set_by_api = (window->SetWindowPosAllowFlags & g.NextWindowData.PosCond) != 0; in Begin()4945 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in Begin()6051 if (cond && (window->SetWindowPosAllowFlags & cond) == 0) in SetWindowPos()6055 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in SetWindowPos()
1170 …ImGuiCond SetWindowPosAllowFlags; // store acceptable condition flags fo… member