Virtual Method
GtkWidgetset_focus_child
Declaration [src]
void
set_focus_child (
  GtkWidget* widget,
  GtkWidget* child
)
Description [src]
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
gtk_widget_grab_focus() on it.
Parameters
- child
- 
            Type: GtkWidgetA direct child widget of widgetorNULLto unset the focus child.The argument can be NULL.The data is owned by the caller of the method.