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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp209 static bool show_app_style_editor = false; local in function:ImGui::ShowDemoWindow
213 if (show_app_style_editor) { ImGui::Begin("Style Editor", &show_app_style_editor); ImGui::ShowStyleEditor(); ImGui::End(); }
284 ImGui::MenuItem("Style Editor", NULL, &show_app_style_editor);

Completed in 8 milliseconds