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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp31 // [SECTION] Style Editor / ShowStyleEditor()
213 if (show_app_style_editor) { ImGui::Begin("Style Editor", &show_app_style_editor); ImGui::ShowStyleEditor(); ImGui::End(); }
354 ImGui::ShowStyleEditor();
2732 // [SECTION] Style Editor / ShowStyleEditor()
2735 // Demo helper function to select among default colors. See ShowStyleEditor() for more advanced options.
2779 void ImGui::ShowStyleEditor(ImGuiStyle* ref) function in class:ImGui
4323 void ImGui::ShowStyleEditor(ImGuiStyle*) {} function in class:ImGui
H A Dimgui.h219 IMGUI_API void ShowStyleEditor(ImGuiStyle* ref = NULL); // add style editor block (not a window). you can pass in a reference ImGuiStyle structure to compare to, revert to and save to (else it uses the default style)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h219 IMGUI_API void ShowStyleEditor(ImGuiStyle* ref = NULL); // add style editor block (not a window). you can pass in a reference ImGuiStyle structure to compare to, revert to and save to (else it uses the default style)

Completed in 24 milliseconds