| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |