Expose pane_grid::{Node, Content}
in iced_glow
This commit is contained in:
parent
01a4d65404
commit
ab0ee1a8d0
@ -11,8 +11,8 @@
|
|||||||
use crate::Renderer;
|
use crate::Renderer;
|
||||||
|
|
||||||
pub use iced_native::pane_grid::{
|
pub use iced_native::pane_grid::{
|
||||||
Axis, Direction, DragEvent, Focus, KeyPressEvent, Pane, ResizeEvent, Split,
|
Axis, Content, Direction, DragEvent, Focus, KeyPressEvent, Node, Pane,
|
||||||
State,
|
ResizeEvent, Split, State,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// A collection of panes distributed using either vertical or horizontal splits
|
/// A collection of panes distributed using either vertical or horizontal splits
|
||||||
|
Loading…
Reference in New Issue
Block a user