I have a window that uses space as an accelerator for clicked signal for a button. But the window also contains a text box. So even when I press space in the text box , the clicked event for the button is called and no character is emitted to the textbox ( gtk Entry ). How can this be changed to disable the space accelerator inside the text box.
Abhinav
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
