| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: dialog-item
Returns the value of the on-set-focus event property of
dialog-item. The value of the on-set-focus property should be a
function object or a function name (a symbol naming a function). This
function is called by the default set-focus-event method when the
keyboard focus moves to dialog-item. This
function should accept one argument, the dialog-item. The value may be
nil
if no function need be called.
See also on-kill-focus.
See cg-events.htm for information about event handling in Common Graphics.
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 |