All Manuals > CAPI Reference Manual > 1 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


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex