Property definitions

gtk $ GtkRange :: round_digits=
	fun round_digits=(nb: Int) `{
		gtk_range_set_round_digits(self, nb);
	`}
lib/gtk/v3_4/gtk_core.nit:574,2--576,3