On Tue, Feb 18, 2003 at 07:18:38AM -0500, Anthony Tekatch wrote: > 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"?
Try the GtkTreeSelection "changed" signal. Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
