Container

Container([scrollable]) -> Container widget

A base container widget for containing other widgets. (gosh that's descriptive!) scrollable is for wether or not the container is, well, scrollable (actually, this feature doesn't work yet)!

Container.add

Container.add(widgets) -> None

Add widgets to Container.

Arguments

widgets
can ether be a single widget or a list of widgets.

Container.remove

Container.remove(widgets) -> None

Remove widgets from Container.

Arguments

widgets
can ether be a single widget or a list of widgets.