Property definitions

gtk $ GtkSpinButton :: spin
	fun spin(direction: GtkSpinType, increment: Float)`{
		gtk_spin_button_spin(self, direction, increment);
	`}
lib/gtk/v3_4/gtk_widgets_ext.nit:202,2--204,3