Newsgroups: comp.sys.sun
Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!mit-eddie!uw-beaver!rice!rice!sun-spots-request
From: texsun!edsr!sanjacinto!dek@convex.UUCP (Daryl Krauter)
Subject: Re: v9n279 - scrolling canvasses in sunview
Message-ID: <1990Aug13.010940.5439@rice.edu>
Originator: spots@titan.rice.edu
Keywords: Windows
Sender: sun-spots-request@rice.edu
Organization: Sun-Spots
X-Sun-Spots-Digest: Volume 9, Issue 301, message 3
Date: Thu, 9 Aug 90 09:34:46 CDT
Approved: Sun-Spots@rice.edu
X-Refs:  Original: v9n279

You need to set the attribut SCROLL_LINE_HEIGHT to a value greater than
zero as you'll notice that its value defaults to 0.

use:
	scrollbar_create(SCROLL_LINE_HEIGHT, 64, 0);

and the 'page button' will cause a scroll of 64 pixels, ideal for
scrolling through a canvas full of icons

Daryl Krauter
Electronic Data Systems
(214) 490-2718

