> > >>> gtk.Entry() > > __main__:1: DeprecationWarning: but we use it for a constructor for > > convenience > > Does the warning blocs the object creation ?
No, but it makes the user thinks that the GtkEntry class is deprecated. I removed it from CVS. But I guess the proper fix is to rewrite the constructor -- Johan Dahlin <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
