[pygtk] Apply button behavior with GtkDialog

2008-02-27 Thread Mitko Haralanov
In the application that I am working on, I have a GtkDialog with three action buttons: Apply, Cancel, and OK. All three buttons return a GTK_RESPONSE when clicked (I am using the GtkDialog's run method). When the user presses the OK or CANCEL buttons everything is fine, since on those button

Re: [pygtk] Apply button behavior with GtkDialog

2008-02-27 Thread John Dennis
Mitko Haralanov wrote: In the application that I am working on, I have a GtkDialog with three action buttons: Apply, Cancel, and OK. All three buttons return a GTK_RESPONSE when clicked (I am using the GtkDialog's run method). When the user presses the OK or CANCEL buttons everything is fine,