GtkTreeView row selection change events

2007-12-30 Thread Christopher Harvey
Hello GTKers, What is the event name that fires when the user changes the current GtkTreeView row selection, and what structure is it associated with? I'm willing to check the current selection on the mouse click event except I don't know if the current selection would be updated before or after I

Re: GtkTreeView row selection change events

2007-12-30 Thread Micah Carrick
I believe it's row-activated when a user double-clicks and cursor-changed when the selected row has changed. - Micah Carrick Developer - http://www.micahcarrick.com GTK+ Forums - http://www.gtkforums.com Christopher Harvey wrote: Hello GTKers, What is the event name that fires when the

Re: GtkTreeView row selection change events

2007-12-30 Thread Emmanuele Bassi
On Sun, 2007-12-30 at 04:48 -0500, Christopher Harvey wrote: Hello GTKers, What is the event name that fires when the user changes the current GtkTreeView row selection, and what structure is it associated with? GtkTreeSelection::changed: