Mercurial > emacs
changeset 70843:4f398d726c7c
(Pointer Shape): Node deleted.
(Image Descriptors): Minor cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 23 May 2006 03:00:59 +0000 |
parents | 8b271981e0c5 |
children | ccbccf924250 |
files | lispref/display.texi |
diffstat | 1 files changed, 4 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/display.texi Tue May 23 00:49:55 2006 +0000 +++ b/lispref/display.texi Tue May 23 03:00:59 2006 +0000 @@ -26,7 +26,6 @@ font, colors, etc. * Fringes:: Controlling window fringes. * Scroll Bars:: Controlling vertical scroll bars. -* Pointer Shape:: Controlling the mouse pointer shape. * Display Property:: Enabling special display features. * Images:: Displaying images in Emacs buffers. * Buttons:: Adding clickable buttons to Emacs buffers. @@ -3193,26 +3192,6 @@ to use the value specified by the frame. @end defvar -@node Pointer Shape -@section Pointer Shape - - Normally, the mouse pointer has the @code{text} shape over text and -the @code{arrow} shape over window areas which do not correspond to -any buffer text. You can specify the mouse pointer shape over text or -images via the @code{pointer} text property, and for images with the -@code{:pointer} and @code{:map} image properties. - - The available pointer shapes are: @code{text} (or @code{nil}), -@code{arrow}, @code{hand}, @code{vdrag}, @code{hdrag}, -@code{modeline}, and @code{hourglass}. - -@defvar void-text-area-pointer -@tindex void-text-area-pointer -This variable specifies the mouse pointer shape in void text areas, -i.e. the areas after the end of a line or below the last line in the -buffer. The default is to use the @code{arrow} (non-text) pointer. -@end defvar - @node Display Property @section The @code{display} Property @cindex display specification @@ -3841,11 +3820,11 @@ @code{(poly . [@var{x0} @var{y0} @var{x1} @var{y1} ...])} where each pair in the vector describes one corner in the polygon. -When the mouse pointer is above a hot-spot area of an image, the +When the mouse pointer lies on a hot-spot area of an image, the @var{plist} of that hot-spot is consulted; if it contains a @code{help-echo} -property it defines a tool-tip for the hot-spot, and if it contains -a @code{pointer} property, it defines the shape of the mouse cursor when -it is over the hot-spot. +property, that defines a tool-tip for the hot-spot, and if it contains +a @code{pointer} property, that defines the shape of the mouse cursor when +it is on the hot-spot. @xref{Pointer Shape}, for available pointer shapes. When you click the mouse when the mouse pointer is over a hot-spot, an