From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrew W. Nosenko" Newsgroups: gmane.emacs.devel Subject: Re: Emacs tool bar on Fedora14 Date: Tue, 16 Nov 2010 01:45:06 +0200 Message-ID: References: <4CDADD76.9070809@alice.it> <4CDAF28C.8040405@swipnet.se> <4CDD7CE5.4050809@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1289864734 15352 80.91.229.12 (15 Nov 2010 23:45:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2010 23:45:34 +0000 (UTC) Cc: =?ISO-8859-1?Q?Jan_Dj=E4rv?= , Angelo Graziosi , Emacs To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 16 00:45:28 2010 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 1PI8jk-0004gg-Ov for ged-emacs-devel@m.gmane.org; Tue, 16 Nov 2010 00:45:28 +0100 Original-Received: from localhost ([127.0.0.1]:42042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI8jj-000255-1D for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2010 18:45:23 -0500 Original-Received: from [140.186.70.92] (port=54055 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI8jZ-000222-DE for emacs-devel@gnu.org; Mon, 15 Nov 2010 18:45:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PI8jT-0002FX-GB for emacs-devel@gnu.org; Mon, 15 Nov 2010 18:45:13 -0500 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:43854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PI8jT-0002FM-Do for emacs-devel@gnu.org; Mon, 15 Nov 2010 18:45:07 -0500 Original-Received: by qwh5 with SMTP id 5so64735qwh.0 for ; Mon, 15 Nov 2010 15:45:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=47In/f1xMQTPKii1rTmPhgvPDQ8Jgp2CSu5xlYj/YbU=; b=rkcnLEDf6gKjZEX093yzPXtoak87YZsE7HbrnizxbpTLfag/K2lYN7vE33Q4uUf/ma SNkE2LXYs6ZWzxZhdhmDlaHLsZ1IwrQejX/iXZabiqZbtQKJ/7//9XG3U7v0cVPVVeaL xIQg0QSk8gxJcOu8yJfUDbvEAeskyIJvxSoD0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EzKaNJzwUU7AX//iZ5qBt8mQLQ281egYe86Qv3Ez+BQi18SKjfOaVwpgR1u0+q95t0 D/zG64VIh+12fwgkAaBz2jU1zY/HkeX6wJykc07VeI4WYYPXIthywOS3JoL1p+Bavb3v rRg53J9CVSvBHFHGf0QEqOyTwLGXdfa0Wy3eg= Original-Received: by 10.229.217.133 with SMTP id hm5mr5508431qcb.258.1289864706534; Mon, 15 Nov 2010 15:45:06 -0800 (PST) Original-Received: by 10.229.95.209 with HTTP; Mon, 15 Nov 2010 15:45:06 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:132682 Archived-At: On Fri, Nov 12, 2010 at 22:39, Stefan Monnier wr= ote: >>>> ** GTK tool bars can have just text, just images or images and text. >>>> Customize `tool-bar-style' to choose style. =A0On a Gnome desktop, the >>>> default is taken from the desktop settings. >>> BTW, I couldn't figure out how to customize it in Gnome. =A0I do rememb= er >>> seeing such an option somewhere (maybe in gnome-appearance-properties) >>> at some point in the past, but I can't seem to find it any more. >> There used to be an Interface tab in Appearance but it has been removed = by >> the Gnome people. =A0I guess that is logical, as they seem to move >> towards a customization-free desktop. =A0They decided that both-horiz (i= con >> followed by text) is what everybody should have. >> Now you have to edit gconf directly either with gconf-editor or with > >> % gconftool-2 --set --type string =A0/desktop/gnome/interface/toolbar_st= yle both > >> Other values are both-horiz, text or icons. > > I think we should mention it in our documentation. =A0And I also think > there's something more going on: when I try gedit with various settings > of /desktop/gnome/interface/toolbar_style, it's clear that in both-horiz > setting, only some of the buttons get their text, whereas with Emacs > they all do. > That means that both-horiz is quite bearable with gedit but not > with Emacs. =A0And since both-horiz is the default, I think we need to > figure out how to do the same as gedit does (i.e. specify which toolbar > buttons need to have the text displayed in both-horiz and which don't). http://library.gnome.org/devel/gtk/stable/GtkToolItem.html gtk_tool_item_set_is_important() gtk_tool_item_get_is_important() "is-important" property --=20 Andrew W. Nosenko