get_focus_child


Description:

[ Version ( since = "2.14" ) ]
public unowned Widget? get_focus_child ()

Returns the current focus child widget inside this.

This is not the currently focused widget. That can be obtained by calling get_focus.

Parameters:

this

a Container

Returns:

The child widget which will receive the focus inside this when the this is focused, or null if none is set.