index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native
/
src
/
widget
/
pane_grid
/
pane.rs
blob: cfca3b03ce90c943b9c900b1a9e7e62cac5751cd (
plain
) (
blame
)
1
2
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub
struct
Pane
(
pub
(
super
)
usize
);