Hello,
(environment : python 2.4.2, pyGTK, GTK+ 2.6.9 under HPUX 11.11: unix)
On the instruction self.window.des troy(), I get the following
message :
lookup.py:121: GtkDeprecationW arning: gtk.mainquit is deprecated, use
gtk.main_quit instead
self.window.des troy()
But I don't want to quit the application, I need only to close the
window.
My application includes others places where "self.window.de stroy()"
instruction is used and the execution is done without warning.
Very strange.
Thank you for your help
(environment : python 2.4.2, pyGTK, GTK+ 2.6.9 under HPUX 11.11: unix)
On the instruction self.window.des troy(), I get the following
message :
lookup.py:121: GtkDeprecationW arning: gtk.mainquit is deprecated, use
gtk.main_quit instead
self.window.des troy()
But I don't want to quit the application, I need only to close the
window.
My application includes others places where "self.window.de stroy()"
instruction is used and the execution is done without warning.
Very strange.
Thank you for your help
Comment