From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Gtk scrollbar: thumb too short Date: Thu, 27 Mar 2003 09:51:23 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200303271451.h2REpNbv028090@rum.cs.yale.edu> References: <20030325193739.ZGIN3924.fep01-svc.swip.net@gaffa.gaia.swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048777122 7239 80.91.224.249 (27 Mar 2003 14:58:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2003 14:58:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 27 15:58:33 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18yYps-0001sB-00 for ; Thu, 27 Mar 2003 15:58:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18yYrn-0008BA-00 for ; Thu, 27 Mar 2003 16:00:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18yYpD-0007Lt-08 for emacs-devel@quimby.gnus.org; Thu, 27 Mar 2003 09:57:51 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18yYnO-0005xF-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 09:55:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18yYjI-000486-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 09:51:45 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18yYj7-0003f6-00; Thu, 27 Mar 2003 09:51:33 -0500 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h2REpOPe028092; Thu, 27 Mar 2003 09:51:24 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h2REpNbv028090; Thu, 27 Mar 2003 09:51:23 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Richard Stallman Original-cc: "Jan D." Original-cc: otaylor@redhat.com Original-cc: kai.grossjohann@uni-duisburg.de X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12655 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12655 > When GTK decides that the thumb extends to the bottom it will not > emit events for anymore downwards motion with the mouse, only upwards. > > Perhaps GTK should have an option so the app can let the thumb move > further down. What do people think of that? That would solve the problem. Xaw behaves that way by default, but GTK, Motif and Xaw3d don't (and don't seem to have an option right now for it). Stefan