Re: [gtk-list] Re: gtk_clist_moveto




Eckehard Berns <eb@berns.prima.de>:
> > > gtk_clist_moveto(GTK_CLIST(clist), row, 0, 0.5, -1);
> > You can't use a negativa alignment. if you put 0., your row will be at the
> > top. If you put 1., it will be at the bottom.
> 
> The header file says, that -1 means `no change'. But I tried giving 0.0 also.

This is actually strange. I tried it as well with the LAST inserted row:

	gtk_clist_moveto(GTK_CLIST(lines),GTK_CLIST(lines)->rows,0,1.,0.);

It did not work, although it was supposed to show the last inserted line
at the VERY bottom. Any ideas?

	Sergei




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