Hi,
I’m using Gtk to display GUI inside my function. I’d like the function to return a value generated in that GUI, e.g. Gtk.GtkSpinButton value. How can this be done? I need to keep the window open until the value is set and confirmed by the user and then to close the window and return the value.
ATB,
Adam