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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp217 static bool no_titlebar = false; local in function:ImGui::ShowDemoWindow
229 if (no_titlebar) window_flags |= ImGuiWindowFlags_NoTitleBar;
377 ImGui::Checkbox("No titlebar", &no_titlebar); ImGui::SameLine(150);

Completed in 8 milliseconds