| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: dialog-item
This generic function is called when the keyboard focus moves to a control. Applications may add set-focus-event methods to handle this event for a whole subclass of controls as an alternative to writing individual on-set-focus event-handler functions for each control. Applications should not call set-focus-event.
The default method calls the on-set-focus event-handler function for the control specified by dialog-item, if it has one, and performs other internal functionality that should not be overridden.
See kill-focus-event.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |