summaryrefslogblamecommitdiffstats
path: root/widget/src/pane_grid/split.rs
blob: 8132272adbf85dedf220740d2b498c56f7fe4060 (plain) (tree)
1
2
3
4
5

                                                                              
                                         
                                                                   
                                   
/// A divider that splits a region in a [`PaneGrid`] into two different panes.
///
/// [`PaneGrid`]: crate::widget::PaneGrid
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Split(pub(super) usize);