I am confused by the attribute getters and setters.
For example
https://alecmus.ml/lecui/html/classliblec_1_1lecui_1_1color.html
![image](https://user-images.githubusercontent.com/2046227/127…
In your sample code you construct ( build ) widgets like this
`lecui::widgets::label_builder label(pane_one.get(), "my_label");`
This looks like it will call the widget's destructor when it goes…