From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Changing the no-toolkit scrollbar thumb color. (minor issue) Date: Sat, 04 Oct 2003 20:29:32 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F7F118C.7020009@swipnet.se> References: <87fzijz4th.fsf@raven.i.defaultvalue.org> <200309262123.h8QLNNi07638@raven.dms.auburn.edu> <200309272155.h8RLttv09524@raven.dms.auburn.edu> <200309281642.h8SGgxc11119@raven.dms.auburn.edu> <200309281801.h8SI1gV11332@raven.dms.auburn.edu> <200309300011.h8U0B6021222@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065292848 21744 80.91.224.253 (4 Oct 2003 18:40:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2003 18:40:48 +0000 (UTC) Cc: bob@rattlesnake.com, Luc Teirlinck , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Oct 04 20:40:46 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A5rKg-0000AJ-00 for ; Sat, 04 Oct 2003 20:40:46 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A5rKg-0007KI-00 for ; Sat, 04 Oct 2003 20:40:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5rHY-0002PY-Fu for emacs-devel@quimby.gnus.org; Sat, 04 Oct 2003 14:37:32 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A5rCX-0000bh-As for emacs-devel@gnu.org; Sat, 04 Oct 2003 14:32:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A5rBe-00086T-Uw for emacs-devel@gnu.org; Sat, 04 Oct 2003 14:31:58 -0400 Original-Received: from [193.201.16.94] (helo=stubby.bodenonline.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5rAl-0006gt-Rz; Sat, 04 Oct 2003 14:30:32 -0400 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id h94JEZmh026007; Sat, 4 Oct 2003 21:14:35 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030921 X-Accept-Language: en-us, en Original-To: Stefan Monnier In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16929 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16929 Stefan Monnier wrote: >>Xaw3d scrollbar: The default scroll bar. > > >>Has a thumb and a trough. Both are red. :foreground does not seem to >>have any effect on anything. > > >>Is this a bug or is it quite simply not possible to give both >>different colors? > > > I don't know about the others, but I've looked at the code for Xaw3d > and it's not possible to have different colors for the trough and > the thumb. The foreground color IIRC is used for the shading used > to give the 3d effect. In Motif/Lesstif you can have different colours for the trough and the thumb. The arrows are the same colour as the thumb, you can't change them independently. Jan D.