Property definitions

gtk $ GtkExpander :: with_mnemonic
	new with_mnemonic(lbl: String) import String.to_cstring `{
		return (GtkExpander *)gtk_expander_new_with_mnemonic(String_to_cstring(lbl));
	`}
lib/gtk/v3_4/gtk_core.nit:859,2--861,3