Gets or sets the initial focus pane.
capi
pane-initial-focus pane-with-children => pane
(setf pane-initial-focus) pane pane-with-children => pane
pane-with-children⇩ |
A pane with children. |
pane |
A child of pane-with-children. |
pane |
A child of pane-with-children. |
The accessor generic function pane-initial-focus
get or sets 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.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42