emacs-devel
[Top][All Lists]
Advanced

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

Re: incorrect button highlighting


From: Glenn Morris
Subject: Re: incorrect button highlighting
Date: Thu, 20 Sep 2007 04:05:03 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Glenn Morris wrote:

> I think this is a documented limitation of the widget library.

Actually, it's nothing to do with widgets. This has the same symptoms:

(progn
  (switch-to-buffer "*example*")
  (insert-image (create-image "prev-node.xpm")
                (propertize "prev" 'mouse-face 'custom-button-pressed-face))
  (insert-image (create-image "next-node.xpm")
                (propertize "next" 'mouse-face 'custom-button-pressed-face)))




reply via email to

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