tags:

views:

70

answers:

2

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.

A: 

Handle the delete-event signal. Return False to close, True to cancel.

Johannes Sasongko
A: 

thank you very much!

shk