Property definitions

gtk $ GtkScale :: with_range
	new with_range (orientation: GtkOrientation, min: Float, max: Float, step: Float) `{
		return (GtkScale *)gtk_scale_new_with_range(orientation, min, max, step);
	`}
lib/gtk/v3_4/gtk_core.nit:612,2--614,3