Get the widget that is currenty set as the image of button

Property definitions

gtk $ GtkButton :: image
	# Get the widget that is currenty set as the image of button
	fun image: GtkWidget `{
		return gtk_button_get_image(self);
	`}
lib/gtk/v3_4/gtk_core.nit:823,2--826,3