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

DOM like API #13

Open
patrickbkr opened this issue Apr 27, 2024 · 0 comments
Open

DOM like API #13

patrickbkr opened this issue Apr 27, 2024 · 0 comments

Comments

@patrickbkr
Copy link

I'd like to have a way to change the widget layout dynamically.

My use-case would be to implement a tab-page like behavior in the debugger I'm working on. There are more details of how it should look in #11. "Tabs" I'd like to show / hide are:

  • Default view
  • Settings
  • Help
  • Thread selection (Keeps the breadcrumbs at the top)
  • Frame selection (Keeps the breadcrumbs at the top)

There are surely other ways to do this (e.g. always adding all widgets to the surrounding container and hiding some of them), but an API to manipulate the widget tree feels like a good low level mechanism to have in many respects.

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

1 participant