Closed
Description
Version/Branch of Dear ImGui:
Version: 1.89.7
Branch: Docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl.opengl3.cpp
Compiler: clang++
Operating System: Archlinux
My Issue/Question:
Hi, I am trying to figure out how to hide a TextFilter's label. I know that this can be done using Push/PopItemWidth
for other widgets, but this does not seem to work for TextFilter. I have not managed to find any examples of this when searching. Is this currently possible?
Screenshots/Video
XXX (you can drag files here)
Standalone, minimal, complete and verifiable example: (see #2261)
ImGui::PushItemWidth(-1);
static ImGuiTextFilter filter;
(void)ImGui::PopItemWidth;
Activity