gtk_clist_moveto problem
- From: pasp <pasp ll pl>
- To: gtk-app-devel <gtk-app-devel-list gnome org>
- Subject: gtk_clist_moveto problem
- Date: Sun, 5 Aug 2001 18:07:05 +0200
Hello list!
I've created clist widget placed within a ScrolledWindow widget and filled with 64 items.. it's look nice,
but...
Why the following code:
[...]
gtk_clist_freeze (GTK_CLIST(clistbox));
gtk_clist_moveto(GTK_CLIST(clistbox), 28, -1, 0.0, 0.0);
gtk_clist_select_row(GTK_CLIST(clistbox), 28, -1);
gtk_clist_thaw (GTK_CLIST(clistbox));
[...]
doesn't move 28th item on top clist ?
regards,
tomek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]