Type Definition sktablelayout::PositioningFn[][src]

type PositioningFn = FnMut(f32, f32, f32, f32);

Allows a closure to ensure a layout item has been placed where the layout engine decided it should go. The parameters are the x, y coordinates, and the width/height respectively.