Set the image of button to the given widget

Property definitions

gtk $ GtkButton :: image=
	# Set the image of button to the given widget
	fun image=(image: GtkWidget) `{
		gtk_button_set_image(self, image);
	`}
lib/gtk/v3_4/gtk_core.nit:818,2--821,3