All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

pane-descendant-child-with-focus

Function
Summary

Finds the child with the input focus.

Signature

pane-descendant-child-with-focus pane => result

Arguments

pane

A pane or layout.

Values

result

A pane or nil.

Description

The function pane-descendant-child-with-focus attempts to find the pane inside pane that currently has the input focus, and returns this pane if successful.

pane-descendant-child-with-focus may return nil if it does not find a pane with the focus.

See also

pane-has-focus-p
Focus


CAPI User Guide and Reference Manual (Windows version) - 3 Aug 2017

NextPrevUpTopContentsIndex