Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 1995 15:40:06 -0700
From:      Gary Aitken <garya@boulder.openware.com>
To:        clampett!brandt@uunet.uu.net, uunet!freebsd.org!oi-users@uunet.uu.net
Message-ID:  <199503062240.PAA09705@garya.boulder.openware.com>

next in thread | raw e-mail | index | archive | help
> I am trying to use a gang scroll with OI_scroll_text, but the other 
> OI_scroll_text widgets are not scrolling when I tell them to.
> 
> I am doing the following in the scroll callback:
> 
> 	scroll_text1->scroll (NULL, (void *)OI_Vertical, t, n);
> 	scroll_text2->scroll (NULL, (void *)OI_Vertical, t, n);
> 
> Where t is the type of movement (OI_scroll_event) and n is the direction
> and amount of the scroll done by scroll0.
> 
> What am I doing wrong?

Try calling the scroll memfn for the underlying text object, not the
scroll_text object.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503062240.PAA09705>