Create a GtkImage

Property definitions

gtk $ GtkImage :: new
	# Create a GtkImage
	new `{
		return (GtkImage*)gtk_image_new();
	`}
lib/gtk/v3_4/gtk_core.nit:725,2--728,3