cycfi / elements

Elements C++ GUI library
http://cycfi.github.io/elements/
3.07k stars 236 forks source link

tab widget #23

Closed Xeverous closed 4 years ago

Xeverous commented 4 years ago

I would like to implement tab (and some other widgets) but I need some guidance regarding library's code - everything is so composable that I have a feeling I will write duplicated code most of time time.

I have read the post and checked how button is implemented (array composite of 2 elements) but I still don't get many things: