Module panoramix::flex[][src]

Types used by Panoramix to lay out widgets.

Most of these type are copy-pasted straight from Druid’s code, with some minor modifications. That said, they may change in future versions and aren’t intended to be API-compatible with Druid.

Structs

FlexContainerParams

Optional parameters for a Flex container (row or column).

FlexParams

Optional parameters for an item in a Flex container (row or column).

Enums

Axis
CrossAxisAlignment

The alignment of the widgets on the container’s cross (or minor) axis.

MainAxisAlignment

Arrangement of children on the main axis.