Lines Matching refs:PushID
602 // Tip: use ImGui::PushID()/PopID() to push indices or pointers in the ID stack.
881 PushID((void*)(intptr_t)user_texture_id);
1439 PushID((void*)(intptr_t)i);
1946 PushID(label);
1951 PushID(i);
1992 PushID(label);
2037 PushID(label);
2383 PushID(label);
2388 PushID(i);
2670 PushID(label);
2716 PushID(label);
2721 PushID(i);
3842 PushID(label);
4111 PushID(label);
4588 PushID(picker_type);
4916 PushID(str_id ? str_id : "#TreePush");
4924 PushID(ptr_id ? ptr_id : (const void*)"#TreePush");
5020 // But you need to make sure the ID is unique, e.g. enclose calls in PushID/PopID or use ##unique_id.
5224 PushID(i);
5531 PushID("##menubar");
6320 g.CurrentWindow->IDStack.push_back(tab->ID); // We already hashed 'label' so push into the ID stack directly instead of doing another hash through PushID(label)