Re: [gtk-list] CList problems....
- From: Jeremy Weatherford <xidus xidus net>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] CList problems....
- Date: Fri, 21 Jan 2000 08:43:34 -0800 (PST)
You probably want to use gtk_clist_unselect_all(GTK_CLIST(list)) followed
by gtk_clist_select_row(GTK_CLIST(list), rownumber, 0). The zero on the
end is the column number. Unless you need to scroll the window sideways
to a given column, leave it at zero, the first column.
If you already know the row that was selected, use
gtk_clist_unselect_row(GTK_CLIST(list), row, column) instead of
unselect_all.
Have fun,
Jeremy Weatherford
xidus@xidus.net
http://xidus.net/
On Fri, 21 Jan 2000, Mattias Eriksson wrote:
> When I use gtk_clist_moveto it just scrolls the list, if I after that use
> the arrow keys to move it's scrolls back.
> I also would like to have some kind of function just to move the cursor to
> a row without scrolling down to htat row (dont ask why....).
>
> Have I missed somthing, is that possible without using internal stuff.
>
> //Snaggen
>
> --
> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]