From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: tool-bar (Carbon port): labels under icons Date: Sat, 05 Apr 2008 17:42:00 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <1B41BDB3-EFEC-4CFC-8006-2233F8D90024@inf.ed.ac.uk> <47F733E5.7010705@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1207384938 26783 80.91.229.12 (5 Apr 2008 08:42:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Apr 2008 08:42:18 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org To: Jan =?ISO-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 05 10:42:50 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ji3z6-0001Ck-GE for ged-emacs-devel@m.gmane.org; Sat, 05 Apr 2008 10:42:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ji3yT-0000X7-Q5 for ged-emacs-devel@m.gmane.org; Sat, 05 Apr 2008 04:42:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ji3yP-0000Sr-Ga for emacs-devel@gnu.org; Sat, 05 Apr 2008 04:42:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ji3yM-0000L9-GS for emacs-devel@gnu.org; Sat, 05 Apr 2008 04:42:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ji3yM-0000Kn-BH for emacs-devel@gnu.org; Sat, 05 Apr 2008 04:42:02 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ji3yM-0000j7-3G for emacs-devel@gnu.org; Sat, 05 Apr 2008 04:42:02 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id EA3FE2C44; Sat, 5 Apr 2008 17:42:00 +0900 (JST) In-Reply-To: <47F733E5.7010705@swipnet.se> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-kernel: by monty-python.gnu.org: NetBSD 3.0 (DF) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94396 Archived-At: >>>>> On Sat, 05 Apr 2008 10:10:13 +0200, Jan Dj=E4rv = said: > Such a feature would be nice to have globally, not just for Mac. Actually, I experimentally enabled such a feature while I was developing the toolkit tool bar code for the Carbon port. But I removed it as I wasn't willing to provide it as a Mac-only feature. > I disable labels for the Gtk+ port for the simple reason that there > where no labels available in the current tool bar definition. The > help strings are too long. The Carbon port uses the TOOL_BAR_ITEM_CAPTION property, mostly derived from labels for menu items and usually shorter than the help string, for overflowed tool bar items. http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00433.html. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp