diff options
| author | Richard M. Stallman | 2006-05-23 03:00:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-23 03:00:59 +0000 |
| commit | 032fd62a365ce65a149def6e06080e723d389fc7 (patch) | |
| tree | f6da2835214845186e898c6c140d497e02c127ea | |
| parent | 594a1605cd54c3d65dd373b6b4118765398b2aed (diff) | |
| download | emacs-032fd62a365ce65a149def6e06080e723d389fc7.tar.gz emacs-032fd62a365ce65a149def6e06080e723d389fc7.zip | |
(Pointer Shape): Node deleted.
(Image Descriptors): Minor cleanup.
| -rw-r--r-- | lispref/display.texi | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index b9051f5ca6e..a77c895276e 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -26,7 +26,6 @@ that Emacs presents to the user. | |||
| 26 | font, colors, etc. | 26 | font, colors, etc. |
| 27 | * Fringes:: Controlling window fringes. | 27 | * Fringes:: Controlling window fringes. |
| 28 | * Scroll Bars:: Controlling vertical scroll bars. | 28 | * Scroll Bars:: Controlling vertical scroll bars. |
| 29 | * Pointer Shape:: Controlling the mouse pointer shape. | ||
| 30 | * Display Property:: Enabling special display features. | 29 | * Display Property:: Enabling special display features. |
| 31 | * Images:: Displaying images in Emacs buffers. | 30 | * Images:: Displaying images in Emacs buffers. |
| 32 | * Buttons:: Adding clickable buttons to Emacs buffers. | 31 | * Buttons:: Adding clickable buttons to Emacs buffers. |
| @@ -3193,26 +3192,6 @@ buffer's scroll bars, measured in pixels. A value of @code{nil} means | |||
| 3193 | to use the value specified by the frame. | 3192 | to use the value specified by the frame. |
| 3194 | @end defvar | 3193 | @end defvar |
| 3195 | 3194 | ||
| 3196 | @node Pointer Shape | ||
| 3197 | @section Pointer Shape | ||
| 3198 | |||
| 3199 | Normally, the mouse pointer has the @code{text} shape over text and | ||
| 3200 | the @code{arrow} shape over window areas which do not correspond to | ||
| 3201 | any buffer text. You can specify the mouse pointer shape over text or | ||
| 3202 | images via the @code{pointer} text property, and for images with the | ||
| 3203 | @code{:pointer} and @code{:map} image properties. | ||
| 3204 | |||
| 3205 | The available pointer shapes are: @code{text} (or @code{nil}), | ||
| 3206 | @code{arrow}, @code{hand}, @code{vdrag}, @code{hdrag}, | ||
| 3207 | @code{modeline}, and @code{hourglass}. | ||
| 3208 | |||
| 3209 | @defvar void-text-area-pointer | ||
| 3210 | @tindex void-text-area-pointer | ||
| 3211 | This variable specifies the mouse pointer shape in void text areas, | ||
| 3212 | i.e. the areas after the end of a line or below the last line in the | ||
| 3213 | buffer. The default is to use the @code{arrow} (non-text) pointer. | ||
| 3214 | @end defvar | ||
| 3215 | |||
| 3216 | @node Display Property | 3195 | @node Display Property |
| 3217 | @section The @code{display} Property | 3196 | @section The @code{display} Property |
| 3218 | @cindex display specification | 3197 | @cindex display specification |
| @@ -3841,11 +3820,11 @@ A polygon is a cons | |||
| 3841 | @code{(poly . [@var{x0} @var{y0} @var{x1} @var{y1} ...])} | 3820 | @code{(poly . [@var{x0} @var{y0} @var{x1} @var{y1} ...])} |
| 3842 | where each pair in the vector describes one corner in the polygon. | 3821 | where each pair in the vector describes one corner in the polygon. |
| 3843 | 3822 | ||
| 3844 | When the mouse pointer is above a hot-spot area of an image, the | 3823 | When the mouse pointer lies on a hot-spot area of an image, the |
| 3845 | @var{plist} of that hot-spot is consulted; if it contains a @code{help-echo} | 3824 | @var{plist} of that hot-spot is consulted; if it contains a @code{help-echo} |
| 3846 | property it defines a tool-tip for the hot-spot, and if it contains | 3825 | property, that defines a tool-tip for the hot-spot, and if it contains |
| 3847 | a @code{pointer} property, it defines the shape of the mouse cursor when | 3826 | a @code{pointer} property, that defines the shape of the mouse cursor when |
| 3848 | it is over the hot-spot. | 3827 | it is on the hot-spot. |
| 3849 | @xref{Pointer Shape}, for available pointer shapes. | 3828 | @xref{Pointer Shape}, for available pointer shapes. |
| 3850 | 3829 | ||
| 3851 | When you click the mouse when the mouse pointer is over a hot-spot, an | 3830 | When you click the mouse when the mouse pointer is over a hot-spot, an |