Expose Node and State::layout for PaneGrid
This commit is contained in:
parent
d1f2a18439
commit
f3d54a0f33
4 changed files with 113 additions and 84 deletions
|
|
@ -11,8 +11,8 @@
|
|||
use crate::Renderer;
|
||||
|
||||
pub use iced_native::pane_grid::{
|
||||
Axis, Direction, DragEvent, Focus, KeyPressEvent, Pane, ResizeEvent, Split,
|
||||
State,
|
||||
Axis, Direction, DragEvent, Focus, KeyPressEvent, Node, Pane, ResizeEvent,
|
||||
Split, State,
|
||||
};
|
||||
|
||||
/// A collection of panes distributed using either vertical or horizontal splits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue