Hi ti all. I have gtk.Window and I need to catch closure. I need to close the show the message dialog and click Yes if the window should be closed unless there is a show window
Thank you.
Hi ti all. I have gtk.Window and I need to catch closure. I need to close the show the message dialog and click Yes if the window should be closed unless there is a show window
Thank you.
Handle the delete-event signal. Return False to close, True to cancel.