ShowStyleEditor

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)

@trusted
void
ShowStyleEditor
(
scope ImGuiStyle_t* reference
)

Meta