Ethereal-dev: Re: [Ethereal-dev] small keyboard request

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Mon, 9 Jul 2001 20:07:50 -0400
On Mon, Jul 09, 2001 at 04:04:31PM -0700, Guy Harris wrote:
> > I have a working patch for this. It's something I hacked together
> > during the last two weeks I was off from work.
> 
> Checked in.
> 
> > The good thing about the patch is that it works, the bad thing is that
> > it accesses GtkCTree directly, not through the API. I did not have all
> > the documentation available when I did the patch, but I think the API
> > does not provide a method for accessing the selected row.
> 
> There isn't one, as far as I know.

GtkCTree is a subclass of GtkCList. GtkCList has
gtk_clist_get_selection_info(), which may be what we're looking for.

--gilbert