comparison lispref/display.texi @ 71663:1c3e611b4833

(Fringe Cursors): Fix typo. (Customizing Bitmaps): Fix define-fringe-bitmap entry. (Overlay Arrow): Default is overlay-arrow fringe indicator.
author Kim F. Storm <storm@cua.dk>
date Fri, 07 Jul 2006 13:31:23 +0000
parents e712aec3ce09
children dbbc0b93cfeb
comparison
equal deleted inserted replaced
71662:459ac1473e26 71663:1c3e611b4833
2944 @end defvar 2944 @end defvar
2945 2945
2946 @defvar fringe-cursor-alist 2946 @defvar fringe-cursor-alist
2947 This variable specifies the mapping from logical cursor type to the 2947 This variable specifies the mapping from logical cursor type to the
2948 actual fringe bitmaps displayed in the right fringe. The value is an 2948 actual fringe bitmaps displayed in the right fringe. The value is an
2949 alist where each element @code{(@var{cursor}. @var{bitmap})} specifies 2949 alist where each element @code{(@var{cursor} . @var{bitmap})} specifies
2950 the fringe bitmaps used to display a specific logical cursor type in 2950 the fringe bitmaps used to display a specific logical cursor type in
2951 the fringe. Here, @var{cursor} specifies the logical cursor type and 2951 the fringe. Here, @var{cursor} specifies the logical cursor type and
2952 @var{bitmap} is a symbol specifying the fringe bitmap to be displayed 2952 @var{bitmap} is a symbol specifying the fringe bitmap to be displayed
2953 for that logical cursor type. 2953 for that logical cursor type.
2954 2954
3033 The @var{align} argument may also be a list @code{(@var{align} 3033 The @var{align} argument may also be a list @code{(@var{align}
3034 @var{periodic})} where @var{align} is interpreted as described above. 3034 @var{periodic})} where @var{align} is interpreted as described above.
3035 If @var{periodic} is non-@code{nil}, it specifies that the rows in 3035 If @var{periodic} is non-@code{nil}, it specifies that the rows in
3036 @code{bits} should be repeated enough times to reach the specified 3036 @code{bits} should be repeated enough times to reach the specified
3037 height. 3037 height.
3038
3039 The return value on success is an integer identifying the new bitmap.
3040 You should save that integer in a variable so it can be used to select
3041 this bitmap.
3042
3043 This function signals an error if there are no more free bitmap slots.
3044 @end defun 3038 @end defun
3045 3039
3046 @defun destroy-fringe-bitmap bitmap 3040 @defun destroy-fringe-bitmap bitmap
3047 This function destroy the fringe bitmap identified by @var{bitmap}. 3041 This function destroy the fringe bitmap identified by @var{bitmap}.
3048 If @var{bitmap} identifies a standard fringe bitmap, it actually 3042 If @var{bitmap} identifies a standard fringe bitmap, it actually
3112 Each variable on this list can have properties 3106 Each variable on this list can have properties
3113 @code{overlay-arrow-string} and @code{overlay-arrow-bitmap} that 3107 @code{overlay-arrow-string} and @code{overlay-arrow-bitmap} that
3114 specify an overlay arrow string (for text-only terminals) or fringe 3108 specify an overlay arrow string (for text-only terminals) or fringe
3115 bitmap (for graphical terminals) to display at the corresponding 3109 bitmap (for graphical terminals) to display at the corresponding
3116 overlay arrow position. If either property is not set, the default 3110 overlay arrow position. If either property is not set, the default
3117 (@code{overlay-arrow-string} or @code{overlay-arrow-fringe-bitmap}) is 3111 @code{overlay-arrow-string} or @code{overlay-arrow} fringe indicator
3118 used. 3112 is used.
3119 3113
3120 @node Scroll Bars 3114 @node Scroll Bars
3121 @section Scroll Bars 3115 @section Scroll Bars
3122 3116
3123 Normally the frame parameter @code{vertical-scroll-bars} controls 3117 Normally the frame parameter @code{vertical-scroll-bars} controls