On Sat, Oct 03, 2009 at 12:38:45PM -0500, Jens Knutson wrote: > When a row in an ObjectList is double-clicked, is there any way to get > information on the column they clicked on, too?
IIRC that information is present in the user_data pointer that's wrapped in the original GTK+ callback; I'm not sure it's actually available under the Kiwi ObjectList but it shouldn't be hard to add -- just figure out how to stuff it in the data being passed back. -- Christian Robottom Reis | [+55 16] 3376 0125 | http://launchpad.net/~kiko | [+55 16] 9112 6430 | http://async.com.br/~kiko _______________________________________________ Kiwi mailing list [email protected] http://www.async.com.br/mailman/listinfo/kiwi
