ironflow.gui.workflows.boxes.base module

Shared functionality among all ipywidgets components of the main gui.

class ironflow.gui.workflows.boxes.base.Box[source]

Bases: ABC

property box: Box
abstract property box_class: Type[Box]

E.g. widgets.HBox or widgets.VBox

clear()[source]
property layout: Layout

An empty layout. Overwrite in children as desired.