Searched refs:OpenPopup (Results 1 – 5 of 5) sorted by relevance
202 ImGui::OpenPopup("context");451 ImGui::OpenPopup("context");
3958 OpenPopup("picker"); in ColorEdit4()4549 OpenPopup("Copy"); in ColorEditOptionsPopup()5707 OpenPopup(label); in BeginMenu()5713 OpenPopup(label); in BeginMenu()
542 …IMGUI_API void OpenPopup(const char* str_id); // cal…
6746 void ImGui::OpenPopup(const char* str_id) in OpenPopup() function in ImGui
1000 if (ImGui::Button("Help") || has_ctrl_key('h')) { ImGui::OpenPopup("Help"); } in display_aubfile_window()