Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
Unrevised from 8.1 to 8.2.
8.1 version

kill-focus-event

Arguments: dialog-item

This generic function is called when the keyboard focus leaves a control. Applications may add kill-focus-event methods to handle this event for a whole subclass of controls as an alternative to writing individual on-kill-focus event-handler functions for each control. Applications should not call kill-focus-event.

The default method calls the on-kill-focus event-handler function of the control specified by the argument dialog-item, if it has one, and performs other internal functionality that should not be overridden.

See set-focus-event.


Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
Unrevised from 8.1 to 8.2.
8.1 version