Re: [gtk-list] Re: CList: Menu on right-click
- From: Mike Hicks <hick0088 tc umn edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: CList: Menu on right-click
- Date: Wed, 25 Nov 1998 17:52:35 -0600
> 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!!!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]