#ImGui Style.
9 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
@cyan flume
Your message appears to contain screenshots but no code. Please send code and error messages in text instead of screenshots if applicable!
this here gives an example of how to accomplish something similar:
https://github.com/ocornut/imgui/issues/1496#issuecomment-655048353
you can probably just tear out the code for drawing the label in the top border of the "group box"
thanks
@cyan flume Has your question been resolved? If so, type !solved :)
!solved
Thank you and let us know if you have any more questions!
This thread is now set to auto-hide after an hour of inactivity
@cyan flume fyi - if i'm remembering correctly, you can build/run the demo GUI code from their repo. it's been a while since i last messed with imgui, but i believe that demo window will expose most of the style parameters (if not all of them). you can edit them all directly from that example gui and see the changes being made to it in realtime. i'm pretty sure it also gives you the option to save the current style (including your changes) to a file so you can save/load that config for your own UI components.