andlabs / libui

Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
Other
10.7k stars 613 forks source link

Master issue for general container functionality #328

Open andlabs opened 6 years ago

andlabs commented 6 years ago

Combining a bunch of disparate issues here.

andlabs commented 6 years ago

Hm, I thought I had more to put here...

mimecorg commented 6 years ago

I'm implementing Vuido which is based on libui and one thing that I miss is the lack of an insert method for containers. I had to work around this by removing and re-appending all children following the one I need to insert.

mischnic commented 5 years ago

+1 for uiBoxInsertAt and uiBoxRemoveAt