Re: [gtk-list] Re: CList problems....



At 21 January, 2000 Jeremy Weatherford wrote:
> 
> 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.

No, that's not what I want to do, I dont want to change the selection. I
want to move the cursor to a row. And by cursor I mean the cursor you
see when you use the arrow keys to go up and down in the list.

//Snaggen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]