summaryrefslogtreecommitdiffstats
path: root/widget/src/pane_grid/split.rs
blob: ce0219785ce2601d429b4e6a12fccf9a00c67999 (plain) (blame)
1
2
3
4
5
/// A divider that splits a region in a [`PaneGrid`] into two different panes.
///
/// [`PaneGrid`]: super::PaneGrid
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Split(pub(super) usize);