Is there a way to execute an action when the window app (created by `Window(...)` function) is close...
d
Is there a way to execute an action when the window app (created by
Window(...)
function) is closed ?
i
It is possible with new Window API
d
Thank you