Removes any marks that have been added with gtk_scale_add_mark().

Property definitions

gtk $ GtkScale :: clear_marks
	# Removes any marks that have been added with gtk_scale_add_mark().
	fun clear_marks `{
		gtk_scale_clear_marks(self);
	`}
lib/gtk/v3_4/gtk_core.nit:653,2--656,3