[10457] in The GTK GIMP ToolKit mailing list archive

home help back first fref pref prev next nref lref last post

[gtk-list] Re: CList: Menu on right-click

daemon@ATHENA.MIT.EDU (Mike Hicks)
Wed Nov 25 18:56:12 1998

Date: Wed, 25 Nov 1998 17:52:35 -0600
From: Mike Hicks <hick0088@tc.umn.edu>
To: gtk-list@redhat.com
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com

> Someone else on this list just helped me.  What is stored in the .data
> member is a `gint' which is the row that was selected.  So what you want is:
>
>         gint row_start, row_end;
>
>         row_start = (gint) selection->data;
>         row_end = (gint) selection_end->data;
>
> HTH,
> me

Thanks!  That helps me immensely!!!

-- 
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null


home help back first fref pref prev next nref lref last post