How can I remove keybindings added with gtk.binding_entry_add_signal()? I would like to make my app to have modes, a bit like the vi editor. Launching a mode would change some keybindings. I figured I can add the keybindings with gtk.binding_entry_add_signal() when the mode is started, but the problem is, how do I remove them when the user exits the mode?
-- Abel Daniel _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
