Next: Locating Annotations, Previous: Annotation Primitives, Up: Annotations [Contents][Index]
This function returns the glyph object used to display annotation.
This function sets the glyph of annotation to glyph, which
should be a glyph object. If layout is non-nil
, set the
layout policy of annotation to layout. If side is
left
or right
, change the side of the buffer at which the
annotation is displayed to the given side. The new value of
annotation-glyph
is returned.
This function returns the glyph used to display annotation when the left mouse button is depressed on the annotation.
This function returns the glyph used to display annotation when the left mouse button is depressed on the annotation to glyph, which should be a glyph object.
This function returns the face associated with annotation.
This function sets the face associated with annotation to face.
This function returns the layout policy of annotation.
This function sets the layout policy of annotation to layout.
This function returns the side of the buffer that annotation is
displayed on. Return value is a symbol, either left
or
right
.
This function returns the data associated with annotation.
This function sets the data field of annotation to data. data is returned.
This function returns the action associated with annotation.
This function sets the action field of annotation to action. action is returned..
This function returns the menu associated with annotation.
This function sets the menu associated with annotation to menu. This menu will be displayed when the right mouse button is pressed over the annotation.
This function returns t
if there is enough available space to
display annotation, nil
otherwise.
This function returns the width of annotation in pixels.
This function removes annotation’s glyph, making it invisible.
This function restores annotation’s glyph, making it visible.
Next: Locating Annotations, Previous: Annotation Primitives, Up: Annotations [Contents][Index]