emacs-devel
[Top][All Lists]
Advanced

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

Re: Customize interface: The use of "boxed" buttons


From: Kim F. Storm
Subject: Re: Customize interface: The use of "boxed" buttons
Date: 08 Jun 2004 10:09:58 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

David Kastrup <address@hidden> writes:

> address@hidden (Kim F. Storm) writes:
> 
> > address@hidden (Kim F. Storm) writes:
> > 
> > > >     A change in mouse cursor type when the mouse is over a button is 
> > > > more
> > > >     common in other application.
> > > > 
> > > > Emacs has no facility for that, but it might not be too hard to add one
> > > > by modifying the code that now does mouse highlighting.
> > > 
> > > Emacs HAS the facility to do that -- using a pointer property.
> > > Try the following patch:
> > 
> > Actually, the following patch works better, as it also changes
> > the pointer shape over images (like checkboxes):
> 
> I don't think that the pointer shape should be changed over images
> without any indication that it has some special behavior.  Not every
> image is something special to click on.

The change is made in widget-specify-button -- I thought it was used
for buttons only, and then it seems sensible to treat text and image
buttons alike (supposing that all buttons have some "special" behaviour).

> 
> Indicators might be mouse-face, a keymap of its own, a mouse-over property.

Indicators of what?

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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