Re: [gtk-list] Find what row was dbl clicked on
- From: "Eric Gillespie, Jr." <epg pobox com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Find what row was dbl clicked on
- Date: Mon, 17 Jan 2000 03:16:06 -0600
Please wrap lines at 74 columns.
On Mon, Jan 17, 2000 at 03:04:49AM -0600,
CountZero <countzero@cyberdeck.org> wrote:
> Anyway, the short question is: how do I determine what row in a GtkCList
> was the target of a
> button_press_event (more specifically, of a 2button_press event)?
Don't connect to button_press_event; connect to select_row. Now your
signal handler looks like this:
void
on_RemoteClist_select_row (GtkCList *clist,
gint row,
gint column,
GdkEvent *event,
gpointer user_data);
--
Eric Gillespie, Jr. <*> epg@pobox.com
All hail the Dollar, King of the Earth.
PGP signature
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]