PackDirection#

Added in version 1.7.

class PackDirection#

Describes child packing behavior in a WrapLayout or WrapBox.

See pack_direction and pack_direction.

Fields#

class PackDirection
END_TO_START#

Pack children from right to left for LTR languages, or bottom to top vertically.

START_TO_END#

Pack children from left to right for LTR languages, or top to bottom vertically.