Method
GtkContainerget_focus_child
Declaration [src]
GtkWidget*
gtk_container_get_focus_child (
GtkContainer* container
)
Description [src]
Returns the current focus child widget inside container
. This is not the
currently focused widget. That can be obtained by calling gtk_window_get_focus().
Available since: | 2.14 |
Return value
Returns: | GtkWidget |
The child widget which will receive the
focus inside |
|
The data is owned by the instance. | |
The return value can be NULL . |