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: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 9 Jul 2001 17:11:07 -0700 (PDT)
> GtkCTree is a subclass of GtkCList. GtkCList has
> gtk_clist_get_selection_info(), which may be what we're looking for.

Unfortunately, what "gtk_clist_get_selection_info()" does is "Gets the
row and column at the specified pixel position in the CList." - useful
if you happen to have X and Y positions within the window, but it tells
you what's at that position (e.g., under the mouse), rather than what's
currently selected.