ironflow.gui.workflows.boxes.text_output module

For giving text feedback to the user.

class ironflow.gui.workflows.boxes.text_output.TextOut(*args, **kwargs)[source]

Bases: DrawsWidgets

clear()[source]

Delete all widgets instantiated between the end of init and the last clear call.

main_widget_class

alias of VBox

print(msg: str)[source]