In my python project, I set several accelerators for some toolbar buttons,
but I find that after the call
self.m_uixml.get_widget("toolbar_main").hide()
the accelerators will not work.so how to keep the keyboard shortcuts always work whenever the toolbar is displayed or not? Thanks Wenshu
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
