summaryrefslogtreecommitdiffstats
path: root/glow
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-23 01:54:48 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-29 02:24:09 +0200
commitab0ee1a8d09a717cbcd04d0a2d711ce53fe0e172 (patch)
tree73f9d5e0d43c4cce89132bc9b2077667ceafcecc /glow
parent01a4d65404844da83e1979d61c2d6c5fc929c698 (diff)
downloadiced-ab0ee1a8d09a717cbcd04d0a2d711ce53fe0e172.tar.gz
iced-ab0ee1a8d09a717cbcd04d0a2d711ce53fe0e172.tar.bz2
iced-ab0ee1a8d09a717cbcd04d0a2d711ce53fe0e172.zip
Expose `pane_grid::{Node, Content}` in `iced_glow`
Diffstat (limited to 'glow')
-rw-r--r--glow/src/widget/pane_grid.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/glow/src/widget/pane_grid.rs b/glow/src/widget/pane_grid.rs
index 578e8960..6f437df7 100644
--- a/glow/src/widget/pane_grid.rs
+++ b/glow/src/widget/pane_grid.rs
@@ -11,8 +11,8 @@
use crate::Renderer;
pub use iced_native::pane_grid::{
- Axis, Direction, DragEvent, Focus, KeyPressEvent, Pane, ResizeEvent, Split,
- State,
+ Axis, Content, Direction, DragEvent, Focus, KeyPressEvent, Node, Pane,
+ ResizeEvent, Split, State,
};
/// A collection of panes distributed using either vertical or horizontal splits