enable.overlay_container module

class enable.overlay_container.OverlayContainer(*components, **traits)[source]

Bases: enable.container.Container

A container that stretches all its components to fit within its space. All of its components must therefore be resizable.

get_preferred_size(components=None)[source]

Returns the size (width,height) that is preferred for this component.

Overrides PlotComponent