ironflow.gui.boxes.user_input module

For getting non-flow feedback from the user, e.g. filenames and confirmations.

class ironflow.gui.boxes.user_input.UserInput[source]

Bases: Box

box_class

alias of HBox

clear()[source]
close(change: None)[source]
open_bool(description: str, callback: callable, ok_tooltip: str = 'Confirm', cancel_tooltip: str = 'Cancel')[source]
open_text(description: str, callback: callable, initial_value: Any, description_tooltip: Optional[str] = None, ok_tooltip: str = 'Confirm', cancel_tooltip: str = 'Cancel')[source]
property text
wrap_callback(callback: callable) callable[source]