enable.stacked_layout module
Routines for stacked layout of components in a container
-
enable.stacked_layout.stack_layout(container, components, align)[source]
Helper method that does the actual work of layout.
-
enable.stacked_layout.stacked_preferred_size(container, components=None)[source]
Returns the size (width,height) that is preferred for this component.
Overrides Component.