Activates the default widget for the window

unless the current focused widget has been configured to receive the default action (see gtk_widget_set_receives_default()), in which case the focused widget is activated.

Property definitions

gtk $ GtkWindow :: activate_default
	# Activates the default widget for the window
	# unless the current focused widget has been configured to receive the default action (see gtk_widget_set_receives_default()), in which case the focused widget is activated.
	fun activate_default: Bool `{
		return gtk_window_activate_default(self);
	`}
lib/gtk/v3_4/gtk_core.nit:250,2--254,3