pub fn compute(widget: &Widget, avail_w: f32, avail_h: f32) -> LayoutNodeExpand description
Compute layout starting at (0,0) with given available size. Returns the root LayoutNode with absolute coordinates.
pub fn compute(widget: &Widget, avail_w: f32, avail_h: f32) -> LayoutNodeCompute layout starting at (0,0) with given available size. Returns the root LayoutNode with absolute coordinates.