GTK used to have a CList widget with a "select_row" signal that was sent when a row was click upon. GTK2 only has a TreeView "select_cursor_row" signal which I cannot get to do anything. I have had to use the "cursor_changed" signal which emits two signal on the first click because no row was initially selected.
What TreeView signal can I use to replace "select_row"? Is there a place that I can read a description about what causes each signal to be emitted? Thanks, -- Anthony _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
