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: Tab bar Date: Thu, 10 Apr 2008 08:11:41 +0200 Message-ID: <47FDAF9D.9020604@swipnet.se> References: <87wsnaso3h.fsf@jurta.org> <47FAB55A.80102@harpegolden.net> <87lk3o2e7y.fsf@jurta.org> <47FC16CA.80707@harpegolden.net> <877if7z97z.fsf@jurta.org> <867if7xtwj.fsf@lola.quinscape.zz> <87abk262f7.fsf@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: ger.gmane.org 1207807965 27522 80.91.229.12 (10 Apr 2008 06:12:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 06:12:45 +0000 (UTC) Cc: David De La Harpe Golden , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 10 08:13:17 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 1Jjq28-0000Mj-GU for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 08:13:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjq1U-0004dp-OV for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 02:12:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jjq1Q-0004bp-OD for emacs-devel@gnu.org; Thu, 10 Apr 2008 02:12:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jjq1Q-0004ar-4o for emacs-devel@gnu.org; Thu, 10 Apr 2008 02:12:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjq1P-0004aW-SM for emacs-devel@gnu.org; Thu, 10 Apr 2008 02:12:31 -0400 Original-Received: from av12-2-sn2.hy.skanova.net ([81.228.8.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jjq1M-0007ut-FV; Thu, 10 Apr 2008 02:12:28 -0400 Original-Received: by av12-2-sn2.hy.skanova.net (Postfix, from userid 502) id 59D5C37E65; Thu, 10 Apr 2008 08:12:25 +0200 (CEST) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-2-sn2.hy.skanova.net (Postfix) with ESMTP id D7E5938613; Thu, 10 Apr 2008 08:12:24 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 623C337E43; Thu, 10 Apr 2008 08:12:24 +0200 (CEST) User-Agent: Thunderbird 2.0.0.12 (X11/20080213) In-Reply-To: <87abk262f7.fsf@jurta.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:94839 Archived-At: Juri Linkov skrev: >>>> however, toolkits like gtk+ do have tab widgets, like they have tool >>>> bars and scroll bars - shouldn't they be usable, akin to "toolkit scroll >>>> bars" and "toolkit tool bars" and "toolkit menu bars" in emacs? >>> Then should we have two versions of tab widgets: Gtk and non-Gtk? >> Why wouldn't we? (Actually, I don't think we'd stop at two). We use the >> native widgets for other stuff, too. XEmacs doesn't and looks quaint >> everywhere in comparison. > > Do other toolkits used in Emacs provide tab bar widgets? Not Lucid (a.k.a native). And not X11 (i.e. no toolkit, just libX11). Jan D.