exatomic.widgets.widget_utils module
Widget Utilities
Widget layout and structure.
- class exatomic.widgets.widget_utils.Folder(**kwargs: Any)[source]
Bases:
VBox
A VBox that shows and hides widgets. For proper indentation, instantiate sub-folders before passing to super-folders. Should not exist outside of a GUI box.