Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master issue for general container functionality #328

Open
3 tasks
andlabs opened this issue Mar 31, 2018 · 3 comments
Open
3 tasks

Master issue for general container functionality #328

andlabs opened this issue Mar 31, 2018 · 3 comments
Milestone

Comments

@andlabs
Copy link
Owner

andlabs commented Mar 31, 2018

Combining a bunch of disparate issues here.

  • Deleting a control from its parent through the control itself rather than the parent (maybe) (see Removing controls from parents #41 for rationale)
  • Consistent behavior of NULL children, including on single-child containers
  • uiGrid behavior when asking to add a cell that is already occupied (already exists) or remove one that isn't (doesn't)
@andlabs
Copy link
Owner Author

andlabs commented Mar 31, 2018

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

@mimecorg
Copy link

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
Copy link
Contributor

+1 for uiBoxInsertAt and uiBoxRemoveAt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants