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

Implement a Split widget #27

Merged
merged 5 commits into from
Jun 29, 2021
Merged

Implement a Split widget #27

merged 5 commits into from
Jun 29, 2021

Conversation

Kaiden42
Copy link
Collaborator

This PR adds a Split widget. It divides the available space into two parts to display two different elements. The area can be divided horizontally or vertically. It is a more lightweight widget than the existing PaneGrid without the ability to dynamically add more panes or to move the panes around. Without this abilities, it does not need to own the state of the two contents to display.

split

@Kaiden42 Kaiden42 merged commit e58ecc2 into iced-rs:main Jun 29, 2021
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

Successfully merging this pull request may close these issues.

1 participant