Document main workspace structs (#9772)
This commit is contained in:
parent
f83884518a
commit
e3894a4e1e
6 changed files with 31 additions and 0 deletions
|
@ -140,6 +140,8 @@ impl From<&dyn PanelHandle> for AnyView {
|
|||
}
|
||||
}
|
||||
|
||||
/// A container with a fixed [`DockPosition`] adjacent to a certain widown edge.
|
||||
/// Can contain multiple panels and show/hide itself with all contents.
|
||||
pub struct Dock {
|
||||
position: DockPosition,
|
||||
panel_entries: Vec<PanelEntry>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue