MCPcopy Create free account
hub / github.com/Raais/ImStudio / ShowStyleEditorWindow

Method ShowStyleEditorWindow

src/utils/ims_utils.cpp:79–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void utils::ShowStyleEditorWindow(bool *child_sty)
80{
81 ImGui::SetNextWindowSize(ImVec2(500,700), ImGuiCond_Once);
82 if (ImGui::Begin("Style Editor", child_sty, ImGuiWindowFlags_NoCollapse))
83 {
84 ImGui::ShowStyleEditor();
85 ImGui::End();
86 }
87
88}
89
90void utils::ShowColorExportWindow(bool *child_colexp)
91{

Callers

nothing calls this directly

Calls 1

ImVec2Function · 0.85

Tested by

no test coverage detected