Layout¶
Layout widgets
-
class
flexx.ui.
Layout
(*init_args, **kwargs)¶ Inherits from:
Widget
Abstract class for widgets that organize their child widgets.
Panel widgets are layouts that do not take the natural size of their content into account, making them more efficient and suited for high-level layout. Other layouts, like HBox, are more suited for laying out content where the natural size is important.