On Fri, 26 Oct 2001, Arun wrote: > But some wher in the gtk list a comment said its not a good idea to > generate events like keypress from the program.
I think emitting a signal should work okay, but I'm not sure. > Is there any alternate ? I want to have focus change on Enter keypress. Well, you can add a handler to the "activate" signal if the widget offers it. What widget is this? Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
