NextPrevUpTopContentsIndex

pane-got-focus

Generic Function
Summary

A function called when the focus is set programmatically.

Package

capi

Signature

pane-got-focus interface pane

Arguments

interface

The interface of pane .

pane

A CAPI element.

Description

The generic function pane-got-focus is called just before the focus is set by set-pane-focus.

The supplied primary method does nothing. You may add methods on your own interface classes, which can be useful for example when the focus is set programmatically to a pane which is hidden inside a tab-layout or switchable-layout. Your method can check for this case and modify the layout as required.

See also

set-pane-focus


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex