Lines Matching refs:ImGuiCond
708 ImGuiCond PosCond;
709 ImGuiCond SizeCond;
710 ImGuiCond ContentSizeCond;
711 ImGuiCond CollapsedCond;
712 ImGuiCond SizeConstraintCond;
713 ImGuiCond FocusCond;
714 ImGuiCond BgAlphaCond;
817 ImGuiCond NextTreeNodeOpenCond;
1170 …ImGuiCond SetWindowPosAllowFlags; // store acceptable condition flags fo…
1171 …ImGuiCond SetWindowSizeAllowFlags; // store acceptable condition flags fo…
1172 …ImGuiCond SetWindowCollapsedAllowFlags; // store acceptable condition flags fo…
1336 IMGUI_API void SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond);
1337 IMGUI_API void SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond);
1338 IMGUI_API void SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond);