Searched refs:no_resize (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp221 static bool no_resize = false; local in function:ImGui::ShowDemoWindow
233 if (no_resize) window_flags |= ImGuiWindowFlags_NoResize;
381 ImGui::Checkbox("No resize", &no_resize); ImGui::SameLine(300);

Completed in 9 milliseconds