Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.0
This page is new in 10.0.

outline-item-mouse-out

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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.0 release.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.0
This page is new in 10.0.