crates/argui-widgets/src/split_pane.rs

Split 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 gallery

Enable 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.

Read the implementation