Implement State::with_content in pane_grid
This commit is contained in:
parent
32b9c1fdbd
commit
2ab7341fa5
4 changed files with 62 additions and 17 deletions
|
|
@ -11,8 +11,8 @@
|
|||
use crate::Renderer;
|
||||
|
||||
pub use iced_native::pane_grid::{
|
||||
Axis, Direction, DragEvent, Focus, KeyPressEvent, Node, 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue