Lines Matching refs:OpenPopup
1078 ImGui::OpenPopup("mypicker");
2049 // User can manipulate the visibility state by calling OpenPopup().
2056 // if (ImGui::Button("Open")) ImGui::OpenPopup("MyPopup"); if (ImGui::BeginPopup("MyPopup") { [...] EndPopup(); }
2058 // With popups we have to go through a library call (here OpenPopup) to manipulate the visibility state.
2072 ImGui::OpenPopup("my_select_popup");
2087 ImGui::OpenPopup("my_toggle_popup");
2104 ImGui::OpenPopup("another popup");
2121 ImGui::OpenPopup("my_file_popup");
2135 // OpenPopup(id);
2179 ImGui::OpenPopup("Delete?");
2202 ImGui::OpenPopup("Stacked 1");
2223 ImGui::OpenPopup("Stacked 2");
3218 ImGui::OpenPopup("Options");
3505 ImGui::OpenPopup("Options");
4273 ImGui::OpenPopup("Save?");