Word description Outputs the child of the gadget which would prefer to receive keyboard focus, or f if the gadget itself should receive focus.
Examples For example, if your gadget consists of an editor together with an output area whose contents react to changes in editor contents, then the focusable-child* method for your gadget class should return the editor, so that when the gadget is displayed in a window or passed to request-focus, the editor receives keyboard focus automatically.