set_focus_child
Description:
Set the focus child of the widget.
This function is only suitable for widget implementations. If you want a certain widget to get the input focus, call [ method@Gtk.Widget.grab_focus] on it.
Parameters:
this |
a widget |
child |
a direct child widget of this or `NULL` to unset the focus child |