crates/argui-widgets/src/split_pane.rsSplit pane
Resizable panels with limits, pointer gestures and keyboard control.
This building block is available in the library. Explore its implementation or browse the full gallery for composed examples.
All widgets galleryEnable this component
Cargo.toml
[dependencies.argui]
git = "https://github.com/ExtraBinoss/argui"
features = ["widget-split-pane"]Use the feature on the Argui facade, or enable the same feature without the widget- prefix in argui-widgets.