Lines Matching refs:ImGuiWindowFlags
995 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags);
1016 …ChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags);
4321 …nChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags) in BeginChildEx()
4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags ex… in BeginChild()
4378 bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flag… in BeginChild()
4424 bool ImGui::BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags extra_flags) in BeginChildFrame()
4478 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags) in CreateNewWindow()
4646 static ImGuiCol GetWindowBgColorIdxFromFlags(ImGuiWindowFlags flags) in GetWindowBgColorIdxFromFlags()
4700 ImGuiWindowFlags flags = window->Flags; in UpdateManualResize()
4844 void ImGui::UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow… in UpdateWindowParentAndRootLinks()
4866 bool ImGui::Begin(const char* name, bool* p_open, ImGuiWindowFlags flags) in Begin()
4895 window->Flags = (ImGuiWindowFlags)flags; in Begin()
5489 … name, bool* p_open, const ImVec2& size_first_use, float bg_alpha_override, ImGuiWindowFlags flags) in Begin()
6677 void ImGui::BeginTooltipEx(ImGuiWindowFlags extra_flags, bool override_previous_tooltip) in BeginTooltipEx()
6691 …ImGuiWindowFlags flags = ImGuiWindowFlags_Tooltip|ImGuiWindowFlags_NoInputs|ImGuiWindowFlags_NoTit… in BeginTooltipEx()
6902 bool ImGui::BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags) in BeginPopupEx()
6924 bool ImGui::BeginPopup(const char* str_id, ImGuiWindowFlags flags) in BeginPopup()
6938 bool ImGui::BeginPopupModal(const char* name, bool* p_open, ImGuiWindowFlags flags) in BeginPopupModal()
9385 ImGuiWindowFlags flags = window->Flags; in ShowMetricsWindow()