Property definitions

gtk $ GtkFrame :: shadow_type=
	fun shadow_type=(stype: GtkShadowType) `{
		gtk_frame_set_shadow_type(self, stype);
	`}
lib/gtk/v3_4/gtk_core.nit:354,2--356,3