Lines Matching defs:str_id
4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags ex… in BeginChild()
6480 void ImGui::PushID(const char* str_id) in PushID()
6511 ImGuiID ImGui::GetID(const char* str_id) in GetID()
6730 bool ImGui::IsPopupOpen(const char* str_id) in IsPopupOpen()
6746 void ImGui::OpenPopup(const char* str_id) in OpenPopup()
6798 bool ImGui::OpenPopupOnItemClick(const char* str_id, int mouse_button) in OpenPopupOnItemClick()
6924 bool ImGui::BeginPopup(const char* str_id, ImGuiWindowFlags flags) in BeginPopup()
6981 bool ImGui::BeginPopupContextItem(const char* str_id, int mouse_button) in BeginPopupContextItem()
6991 bool ImGui::BeginPopupContextWindow(const char* str_id, int mouse_button, bool also_over_items) in BeginPopupContextWindow()
7002 bool ImGui::BeginPopupContextVoid(const char* str_id, int mouse_button) in BeginPopupContextVoid()
8321 void ImGui::BeginColumns(const char* str_id, int columns_count, ImGuiColumnsFlags flags) in BeginColumns()