Hello. I am trying to make my treeview emit the row-activated signal on a single click as opposed to a double click (this is for a touch screen application). I know how to play with the events to do a callback when a row is single clicked. However, I am left without a way to get the treeview and path information that the row-activated signal gives. I thought about making the each row a button, but then realized that that probably wouldn't work in a liststore. I know I'm overlooking a really simple solution so I ask for that. Thanks.
Mike _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
