From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: Customize interface: The use of "boxed" buttons Date: Sun, 6 Jun 2004 20:14:45 +0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200406062014.45893.pogonyshev@gmx.net> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086541685 6619 80.91.224.253 (6 Jun 2004 17:08:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Jun 2004 17:08:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 06 19:08:00 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BX17o-0004ES-00 for ; Sun, 06 Jun 2004 19:08:00 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BX17n-0005Du-00 for ; Sun, 06 Jun 2004 19:08:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BX18I-0003pM-HT for emacs-devel@quimby.gnus.org; Sun, 06 Jun 2004 13:08:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BX18F-0003pH-Px for emacs-devel@gnu.org; Sun, 06 Jun 2004 13:08:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BX18E-0003n1-AS for emacs-devel@gnu.org; Sun, 06 Jun 2004 13:08:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BX18E-0003mq-6p for emacs-devel@gnu.org; Sun, 06 Jun 2004 13:08:26 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BX17a-0002lJ-8S for emacs-devel@gnu.org; Sun, 06 Jun 2004 13:07:46 -0400 Original-Received: (qmail 9327 invoked by uid 65534); 6 Jun 2004 17:07:44 -0000 Original-Received: from unknown (EHLO [195.50.12.121]) (195.50.12.121) by mail.gmx.net (mp022) with SMTP; 06 Jun 2004 19:07:44 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.6.52 In-Reply-To: Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:24613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24613 Per Abrahamsen wrote: > Richard Stallman writes: > > > 3) The use of "raised" and "pressed" display does not seem to > > correspond to any standardised look and feel I know of. > > > > How would you suggest implementing a look for pressed and unpressed > > buttons? > > The look is fine, it is how it is used. The pressed button look is, > in other GUI's, used when the button is pressed, i.e. on mouse-down > not on mouse-over. I'm not sure a distinct mouse-over face is needed. > A change in mouse cursor type when the mouse is over a button is more > common in other application. Another common approach is to change button color to a bit lighter one. Paul