Crate sktablelayout

Source

Structs§

CellFlags
CellProperties
Encapsulates all properties for a cell; contributes to eventual layout decisions.
Rectangle
Rectangle for padding and spacing constraints.
Size
Individual size constraint for a cell.
SizeGrouping
Combines the maximum, minimum and preferred sizes for a cell.
TableLayout

Enums§

LayoutOp

Type Aliases§

PositioningFn
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.