enaml.widgets.flow_area

Classes

FlowArea A widget which lays out its children in flowing manner, wrapping
class enaml.widgets.flow_area.FlowArea(parent=None, **kwargs)[source]

Bases: enaml.widgets.frame.Frame

A widget which lays out its children in flowing manner, wrapping around at the end of the available space.

direction

The flow direction of the layout.

align

The alignment of a line of items within the layout.

horizontal_spacing

The amount of horizontal space to place between items.

vertical_spacing

The amount of vertical space to place between items.

margins

The margins to use around the outside of the flow area.

hug_width

A FlowArea expands freely in width and height by default.

proxy

A reference to the ProxyFlowArea object.

flow_items()[source]

Get the flow item children defined on this area.