BWheatie / scenic_layout_o_matic

Layout Library for Elixir's Scenic framework.
MIT License
43 stars 2 forks source link

Autolayout radiogroup/button #10

Open BWheatie opened 5 years ago

BWheatie commented 5 years ago

Need to use the same general template from buttons to autolayout radiogroup. Will need to check core scenic code in order to set default sizes. Likely will involve font metrics.

BWheatie commented 5 years ago

Need to rethink what exactly is being laid out. Radio Buttons are not directly interacted with but rather radio button groups contain a list of buttons. Radio groups do not have any height and width but rather it is determined based on radio buttons in group.