From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: resize windows horizontally with the mouse Date: Thu, 30 Jan 2014 15:37:38 +0100 Message-ID: <52EA63B2.9080508@gmx.at> References: <87a9eervp7.fsf@web.de> <52E9FA94.2080108@gmx.at> <52EA04FD.1090306@gmx.at> <1C9AC11E-E831-4CA4-AF6D-C7094A36FD26@swipnet.se> <52EA57E4.7060908@gmx.at> <8698602D-17D7-4C9B-864F-811CDFCA65BF@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391092687 13864 80.91.229.3 (30 Jan 2014 14:38:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 14:38:07 +0000 (UTC) Cc: Yuri Khan , Darren Hoo , Emacs developers To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 30 15:38:15 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W8skv-00071v-UI for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 15:38:14 +0100 Original-Received: from localhost ([::1]:50434 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8sks-0006OT-BG for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 09:38:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8skd-00068C-OW for emacs-devel@gnu.org; Thu, 30 Jan 2014 09:38:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8skY-0001CR-UQ for emacs-devel@gnu.org; Thu, 30 Jan 2014 09:37:55 -0500 Original-Received: from mout.gmx.net ([212.227.17.22]:63565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8skY-0001CN-Ke for emacs-devel@gnu.org; Thu, 30 Jan 2014 09:37:50 -0500 Original-Received: from [62.47.48.148] ([62.47.48.148]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M6wWn-1VNwtM16FZ-00wnzb for ; Thu, 30 Jan 2014 15:37:49 +0100 In-Reply-To: <8698602D-17D7-4C9B-864F-811CDFCA65BF@swipnet.se> X-Provags-ID: V03:K0:qZy1CPzet8IU7J2LiIGruKCPb6nw1WDXzZfuO+/bAzoheW1hrdV eQOgsG+NKmeqjb86Cp2ilagmU1fVzSxe4HjP82x/iWtyvRF3gU6IbUOp2NuFo9d8UC20yy8 aM6PIT4li1rc0Oaym9sdthdQ6iVSWglKswaCnmuT+uP+eDLDeozrNvpDlQyg8e+HvVqVkIh Fz+8e0aXT/xHCfw+Nt3MA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169243 Archived-At: > In some themes the scroll bar handle is a bitmap of fixed width. Those do not obey GtkRange-slider-width if too small. I guess you don't have that kind of theme. I suppose not. Is there any harm when they don't? >> And the default should be 14 IIUC. >> > > Why? Because that's what I found everywhere but I'm obviously a complete idiot in this department. I looked, for example, here: http://www.gtk.org/api/2.6/gtk/GtkRange.html https://developer.gnome.org/gtk3/stable/GtkRange.html#GtkRange--s-slider-width http://gtk.php.net/manual/en/html/gtk/gtk.gtkrange.property.slider-width.html martin