Resize the window as if the user had done so

Property definitions

gtk $ GtkWindow :: resize
	# Resize the window as if the user had done so
	fun resize(width, height: Int) `{
		return gtk_window_resize(self, width, height);
	`}
lib/gtk/v3_4/gtk_core.nit:218,2--221,3