Container
Container([scrollable]) -> Container widgetA 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) -> NoneAdd widgets to Container.
Arguments
- widgets
- can ether be a single widget or a list of widgets.
Container.remove
Container.remove(widgets) -> NoneRemove widgets from Container.
Arguments
- widgets
- can ether be a single widget or a list of widgets.