Skip to main content

focus_order

Function focus_order 

Source
pub fn focus_order(tree: &PaneTree) -> Vec<PaneId>
Expand description

Deterministic focus order: leaves in topological depth-first order (first child before second at every split). This is the canonical “tab order” and is independent of solved geometry, so it is stable for any layout area.