I've found out that returning True doesn't stop button_press_event from propagating. I wanted jump to another entry in a TreeView when the user selected sth from the popup menu but it didn't work because of TreeView interpreting my 'popuping click' also as a 'selecting click'. However, when I executed trv.emit_stop_by_name ('button_press_event'), it worked perfectly. What's up?
-- regards, Jakub Piotr CÅapa _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
