Gets the current position of the fill level indicator.

Property definitions

gtk $ GtkRange :: fill_level
	# Gets the current position of the fill level indicator.
	fun fill_level: Float `{
		return gtk_range_get_fill_level(self);
	`}
lib/gtk/v3_4/gtk_core.nit:511,2--514,3