From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Text in Gtk tool bar. (Was: Gtk tabs in emacs, new branch.) Date: Fri, 23 Apr 2010 19:47:31 +0200 Message-ID: <4BD1DD33.2070601@swipnet.se> References: <30298845.656931270806476838.JavaMail.www@wwinf4631> <4BBF0C6C.7000909@swipnet.se> <87ljcwaxfv.fsf@mail.jurta.org> <4BC016DA.60400@swipnet.se> <87d3y63gzt.fsf@mail.jurta.org> <4BC1EAB2.6080900@harpegolden.net> <4BC215A5.6010809@swipnet.se> <87y6gsfadn.fsf@mail.jurta.org> <4BC406C1.30404@swipnet.se> <4BCF2E9A.3060509@swipnet.se> <87k4rya7hj.fsf@mail.jurta.org> <4BD1695B.7030409@swipnet.se> <87tyr26u2i.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1272045015 11867 80.91.229.12 (23 Apr 2010 17:50:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Apr 2010 17:50:15 +0000 (UTC) Cc: Stefan Monnier , "Emacs Dev \[emacs-devel\]" To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 23 19:50:14 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O5N12-0004oT-PU for ged-emacs-devel@m.gmane.org; Fri, 23 Apr 2010 19:50:13 +0200 Original-Received: from localhost ([127.0.0.1]:46534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5N11-0003mq-To for ged-emacs-devel@m.gmane.org; Fri, 23 Apr 2010 13:50:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5MyX-0001Qa-Fz for emacs-devel@gnu.org; Fri, 23 Apr 2010 13:47:37 -0400 Original-Received: from [140.186.70.92] (port=52421 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5MyW-0001PH-0C for emacs-devel@gnu.org; Fri, 23 Apr 2010 13:47:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O5MyU-0008AM-KS for emacs-devel@gnu.org; Fri, 23 Apr 2010 13:47:35 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:35251) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5MyU-0008A9-DJ for emacs-devel@gnu.org; Fri, 23 Apr 2010 13:47:34 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id 02AB9CAFB for ; Fri, 23 Apr 2010 19:47:32 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Asc/AC960UtV4S1uPGdsb2JhbACHaJRBDAEBAQE1Lb5GhQsE X-IronPort-AV: E=Sophos;i="4.52,262,1270418400"; d="scan'208";a="67280464" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 23 Apr 2010 19:47:32 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 48E417FA05A; Fri, 23 Apr 2010 19:47:31 +0200 (CEST) User-Agent: Thunderbird 2.0.0.24 (X11/20100411) In-Reply-To: <87tyr26u2i.fsf@mail.jurta.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:124136 Archived-At: Juri Linkov skrev: >>> The remaining options `text' and `both-horiz' would be easy to do. >>> Actually, `both-horiz' is what the tab-bar uses: it shows the close icon >>> to the right of the tab label. >> That is the RtoL version, both-horiz for Gtk+ has the icon to the left of >> the text, i.e. opposite of what a tab bar has. > > Maybe then add a new style `text-image-horiz' (for icon to the right of > the label) to keep the tool-bar implementation closer to the tab-bar > implementation. This style is not necessary to add to defcustom. > The problem is that the Gtk+ tool bar can't do text-image-horiz, not even for a RtoL locale. Jan D.