All Manuals > CAPI Reference Manual > 1 CAPI Reference Entries

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-object-automatic-resize.

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-object-automatic-resize


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex