From owner-oi-users Mon Mar 6 14:45:02 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA20560 for oi-users-outgoing; Mon, 6 Mar 1995 14:45:02 -0800 Received: from relay4.UU.NET (relay4.UU.NET [192.48.96.14]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA20554 for ; Mon, 6 Mar 1995 14:45:01 -0800 Received: from marvin.boulder.openware.com by relay4.UU.NET with SMTP id QQyfyg06918; Mon, 6 Mar 1995 17:44:34 -0500 Received: from garya.boulder.openware.com (garya.boulder.openware.com [198.135.223.34]) by marvin.boulder.openware.com (8.6.9/8.6.9) with ESMTP id PAA10876; Mon, 6 Mar 1995 15:42:36 -0700 Received: (from garya@localhost) by garya.boulder.openware.com (8.6.9/8.6.9) id PAA09705; Mon, 6 Mar 1995 15:40:06 -0700 Date: Mon, 6 Mar 1995 15:40:06 -0700 From: Gary Aitken Message-Id: <199503062240.PAA09705@garya.boulder.openware.com> To: clampett!brandt@uunet.uu.net, uunet!freebsd.org!oi-users@uunet.uu.net Sender: oi-users-owner@FreeBSD.org Precedence: bulk > 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.