| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: outline index
This generic function is called whenever the mouse cursor moves off of
an outline-item
that it was
over in an outline
widget.
An application could add methods to be notified whenever this happens,
such as to no longer show a help string that was shown by an
outline-item-mouse-in. The
default method does nothing.
When the mouse cursor moves from one item to another, this function will be called before outline-item-mouse-in is called for the next item.
outline is the outline
widget that contains
the outline-item
that the
mouse cursor was over.
index is the index of
the outline-item
that the
mouse cursor was over. Pass it to outline-item-from-index if you want to find the
outline-item
itself.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |