Property definitions

gtk $ GtkScrollbar :: new
		new (orientation: GtkOrientation, adjustment: GtkAdjustment) `{
		return (GtkScrollbar *)gtk_scrollbar_new(orientation, adjustment);
	`}
lib/gtk/v3_4/gtk_core.nit:664,3--666,3