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
[EMAIL PROTECTED]
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 [EMAIL PROTECTED] < /dev/null
>
--
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null