Implement split highlight on hover for PaneGrid

This commit is contained in:
Héctor Ramón Jiménez 2021-01-01 15:28:38 +01:00
parent f8aef03456
commit a7bb7bb2ea
9 changed files with 191 additions and 37 deletions

View file

@ -9,9 +9,9 @@
//! [`pane_grid` example]: https://github.com/hecrj/iced/tree/0.2/examples/pane_grid
use crate::Renderer;
pub use iced_native::pane_grid::{
Axis, Configuration, Direction, DragEvent, Node, Pane, ResizeEvent, Split,
State,
pub use iced_graphics::pane_grid::{
Axis, Configuration, Direction, DragEvent, Line, Node, Pane, ResizeEvent,
Split, State, StyleSheet,
};
/// A collection of panes distributed using either vertical or horizontal splits