NextPrevUpTopContentsIndex

pane-initial-focus

Generic Function
Summary

Gets or sets the initial focus pane.

Package

capi

Signature

pane-initial-focus pane-with-children => pane

Signature

(setf pane-initial-focus) pane pane-with-children => pane

Arguments

pane-with-children

A pane with children.

Values

pane

A child of pane-with-children .

Description

The generic function pane-initial-focus returns the child of pane-with-children that has the input focus when pane-with-children is first displayed.

(setf pane-initial-focus) may be used to set the initial focus pane, but only before pane-with-children has been created. If the setter is called after pane-with-children has been created, an error is signalled.

pane-with-children should be a pane with child panes such as a layout, an interface, a button-panel or a toolbar.

See also

pane-has-focus-p


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex