emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GTK tool bar icons in Emacs


From: Chong Yidong
Subject: Re: GTK tool bar icons in Emacs
Date: Wed, 15 Jul 2009 21:13:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.96 (gnu/linux)

address@hidden (Nick Roberts) writes:

> I would like to use the GTK record/stop icons in Emacs.  In GTK Emacs, at
> times, the custom icons appear somehow to be replaced by GTK ones.  Could
> someone please explain how this works in basic terms.
>
> Also GTK apps, e.g., FireFox often allow names to appear in text below the 
> icons.
> (View-> Toolbars-> Customize...).  Is it possible to do this in GTK Emacs?
>
> Thanks,
> Nick

The GTK tool-bar code calls `x-gtk-map-stock', which is defined in
lisp/term/x-win.el.  That function is passed the name of an image file,
and returns the name of a corresponding stock image file, or nil if it
can't be found (in which case Emacs uses the original image file).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]