https://github.com/icedpygui/iced_divider
An Iced widget used to change the size of adjacent containers using the mouse
https://github.com/icedpygui/iced_divider
Last synced: about 1 year ago
JSON representation
An Iced widget used to change the size of adjacent containers using the mouse
- Host: GitHub
- URL: https://github.com/icedpygui/iced_divider
- Owner: icedpygui
- License: gpl-3.0
- Created: 2025-03-28T12:31:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T20:50:15.000Z (about 1 year ago)
- Last Synced: 2025-03-31T21:35:22.354Z (about 1 year ago)
- Language: Rust
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iced_divider
An Iced widget used to change the size of adjacent containers using the mouse horizontally or vertically.
https://github.com/user-attachments/assets/430cf3d2-660b-4c07-9a23-d7445e43ff1a
## Easy to Use
* Using a stack, place the dividers(s) over your containers.
* Use the value of the divider to place the handle over the edge of the container.
* Resize the containers using the return message when the handle is moved.
* The message routine is simple, see examples, and is esssentially the same for all situations.
* Make a table easily, you have full control of the content and styling.
* Tables can have headers or footers, no restrictions.