Property definitions

gtk $ GtkBin :: defaultinit
# A container with just one child
# See: https://developer.gnome.org/gtk3/stable/GtkBin.html
extern class GtkBin `{GtkBin *`}
	super GtkContainer

	fun child: GtkWidget `{
		return gtk_bin_get_child(self);
	`}
end
lib/gtk/v3_4/gtk_core.nit:184,1--192,3