Searched refs:IsWindowAppearing (Results 1 – 8 of 8) sorted by relevance
250 IMGUI_API bool IsWindowAppearing();
6021 bool ImGui::IsWindowAppearing() in IsWindowAppearing() function in ImGui
254 IMGUI_API bool IsWindowAppearing();
6148 bool ImGui::IsWindowAppearing() in IsWindowAppearing() function in ImGui
352 IMGUI_API bool IsWindowAppearing();
6937 bool ImGui::IsWindowAppearing() in IsWindowAppearing() function in ImGui
643 … which in the current (master) branch behave the same as doing `if (IsWindowAppearing()) SetScroll…773 - Window: Added `IsWindowAppearing()` helper (helpful e.g. as a condition before initializing some …
278 - Window: Fix IsWindowAppearing() from returning true twice in most cases. (#3982, #1497, #1061)661 use IsWindowAppearing() after BeginPopup() for a similar result.2322 … which in the current (master) branch behave the same as doing `if (IsWindowAppearing()) SetScroll…2452 - Window: Added `IsWindowAppearing()` helper (helpful e.g. as a condition before initializing some …