From xemacs-m  Thu Mar 20 15:56:13 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA17704
	for <xemacs-beta@xemacs.org>; Thu, 20 Mar 1997 15:56:12 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id NAA17162; Thu, 20 Mar 1997 13:55:24 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id NAA26005; Thu, 20 Mar 1997 13:55:21 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id NAA21308; Thu, 20 Mar 1997 13:55:21 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id NAA06997; Thu, 20 Mar 1997 13:55:20 -0800
Date: Thu, 20 Mar 1997 13:55:20 -0800
Message-Id: <199703202155.NAA06997@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: wmperry@aventail.com
Cc: Valdis.Kletnieks@vt.edu, xemacs-beta@xemacs.org
Subject: Re: Lucid scrollbars - dimples?
In-Reply-To: <199703202127.NAA02996@newman>
References: <199703202121.QAA16700@black-ice.cc.vt.edu>
	<199703202127.NAA02996@newman>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "Bill" == William M Perry <wmperry@aventail.com> writes:

Bill> Emacs*XlwScrollBar.knobStyle:                    dimple

When I hacked the scrollbar code, I renamed "knob" globally to
"slider".  The "knobStyle" resource still works, for backward
compatibility, but it is no longer documented.

From sample.Xdefaults:


!
! The Lucid Scrollbar supports two added resources, SliderStyle is either
! "plain" (default) or "dimple".  Dimple puts a small dimple in the middle
! of the slider that depresses when the slider is clicked on.  ArrowPosition is
! either "opposite" (default) or "same".  Opposite puts the arrows at opposite
! of the scrollbar, same puts both arrows at the same end, like the Amiga.
!
! Emacs*XlwScrollBar.SliderStyle:    dimple
! Emacs*XlwScrollBar.ArrowPosition:  opposite

