I would like to implement a feature, that shuts down the app, when the user leaves it, i.e. clicks somewhere outside the app. Is there a way to implement this?
I tried to use GtkWindow::focus-out signal (call gtk_widget_destroy (mainwindow) inside), but that would also destroy the window if…
A combo box dropdown would be opened (dealbreaker)