Skip to main content

Crate repose_docking

Crate repose_docking 

Source

Structs§

CollapsiblePanelState
State for a single side-docked, collapsible panel.
DockCallbacks
DockHandle
Ephemeral, reusable dock behavior handle. Created by remember_dock_handle and passed to the DockModifierExt helpers so custom chrome can reuse the exact same docking behavior.
DockNode
DockPanel
DockState
Persistent docking state. Store this in remember_state_with_key(...) or SavedState etc.
DockTabPayload

Enums§

DockKind
DockSide
Which edge of the window a CollapsibleSidePanel is docked to.
DropZone
SplitDir

Traits§

DockModifierExt
Modular dock behavior modifiers. Lets custom chrome reuse docking behavior:

Functions§

CollapsibleSidePanel
A side-docked panel with a draggable edge: drag inward to collapse, drag the collapsed strip outward to reopen, double-click the edge to toggle.
DockArea
remember_dock_handle
Create a DockHandle bound to a dock state and callbacks. Remember this in your widget so it survives recompositions.

Type Aliases§

PanelId