cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

Make `frame::add_child` and `add_region` automatically call `set_parent()` #82

Closed cschreib closed 2 years ago

cschreib commented 2 years ago

Currently it is assumed this is done before(?) the call, which is error prone. set_parent() is a fairly dangerous function to expose publicly, so perhaps it should be protected.