Method
GtkWindowset_default_widget
Declaration [src]
void
gtk_window_set_default_widget (
  GtkWindow* window,
  GtkWidget* default_widget
)
Description [src]
Sets the default widget.
The default widget is the widget that is activated when the user presses Enter in a dialog (for example).
| Sets property | Gtk.Window:default-widget | 
| org.gtk.Property.set | default-widget | 
Parameters
- default_widget
- 
            Type: GtkWidgetWidget to be the default to unset the default widget for the toplevel. The argument can be NULL.The data is owned by the caller of the method.