JulNadeauCA / libagar

Cross-Platform GUI Toolkit (stable)
https://libagar.org/
BSD 2-Clause "Simplified" License
377 stars 41 forks source link

Implement horizontal disposition for AG_Radio #36

Closed JulNadeauCA closed 4 years ago

JulNadeauCA commented 4 years ago

Currently the items may only be arranged vertically. We can arrange them horizontally based on the width of the widest item in the set.

JulNadeauCA commented 4 years ago

Implemented with AG_RadioSetDisposition() in r10685.