A function called when the focus is set programmatically.
capi
pane-got-focus interface pane
interface⇩ |
The interface of pane. |
pane⇩ |
A CAPI element. |
The generic function pane-got-focus
is called just before the focus is set in pane by set-pane-focus. interface is the interface of pane.
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.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42