#ImGui Style.

9 messages · Page 1 of 1 (latest)

cyan flume
#

Hello ! Anyone know how can i make a square around my checkboxes using ImGui like in this image ? Thank you

floral iglooBOT
#

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

Screenshots!

Your message appears to contain screenshots but no code. Please send code and error messages in text instead of screenshots if applicable!

gentle gull
cyan flume
#

thanks

floral iglooBOT
#

@cyan flume Has your question been resolved? If so, type !solved :)

cyan flume
#

!solved

floral iglooBOT
#

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

halcyon dust
#

@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.