Method
Gtk.Widget.set_focus_child
Declaration [src]
void
gtk_widget_set_focus_child (
GtkWidget* widget,
GtkWidget* child
)
Description [src]
Set child
as the current focus child of widget
.
The previous focus child will be unset.
This function is only suitable for widget implementations.
If you want a certain widget to get the input focus, call
gtk_widget_grab_focus()
on it.
Parameters
child |
GtkWidget |
a direct child widget of |
|
Can be NULL | |
Ownership is not transferred to the callee |