Activates the current focused widget within the window.

returns TRUE if a widget got activated.

Property definitions

gtk $ GtkWindow :: activate_focus
	# Activates the current focused widget within the window.
	# returns TRUE if a widget got activated.
	fun activate_focus: Bool `{
		return gtk_window_activate_focus(self);
	`}
lib/gtk/v3_4/gtk_core.nit:231,2--235,3