krakjoe / ui

Cross platform UI development in PHP
Other
519 stars 39 forks source link

Arrangement Control Functionality #3

Closed krakjoe closed 7 years ago

krakjoe commented 7 years ago

Those controls that have children now store a list of their child controls, we may be able to use this to provide functionality on top of libui.

It would be nice to be able to delete any control from any arrangement, natively only Form supports deleting.

krakjoe commented 7 years ago

You can access the list of children (controls property) now.

I've gone off the idea of trying to provide functionality like this on top of libui, I would rather write the functionality into libui itself, and then leverage it here.

Closing this then ...