Method
Gtk.Window.set_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).
| org.gtk.Property.set | default-widget | 
Parameters
| default_widget | GtkWidget | 
| widget to be the default, or  | |
| Can be NULL | |
| Ownership is not transferred to the callee |