emacs-devel
[Top][All Lists]
Advanced

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

Re: Feature request - dynamic icon pixmap


From: Sun Yijiang
Subject: Re: Feature request - dynamic icon pixmap
Date: Wed, 16 Feb 2005 09:37:29 +0800

Yes, I can change the default icon when I create a new frame:
(make-frame '((name . "testf") (icon-type . "/path/test.png")))

But I cannot change a frame's icon by modifying its icon-type parameter:
(set-frame-parameter my-frame 'icon-type "/path/test2.png")
Nothing happens after this under GNOME or KDE

That's what I mean by "dynamic".

On Tue, 15 Feb 2005 17:14:17 +0100, Jan D. <address@hidden> wrote:
> Sun Yijiang wrote:
> 
> >GNU Emacs' bitmapicon is a little ugly and not configurable -- that's
> >the truth.  XEmacs' elisp function x-set-screen-icon-pixmap can change
> >program icon dynamically, this is very useful when you're working with
> >sevral frames with different major modes -- they can have their own
> >icons in the "taskbar".  I wonder if this feature is in the TODO list
> >of GNU Emacs, If not, I suggest to have it added.
> >
> 
> You can set the frame parameter icon-type to a icon file.  For the GTK
> version the format of the file can be any format supported by GdkPixbuf,
> but for other ports of Emacs it must be a bitmap.
> 
>    Jan D.
> 
>




reply via email to

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