Property definitions

gtk $ GtkCheckButton :: with_label
	new with_label(lbl: CString) `{ return (GtkCheckButton *)gtk_check_button_new_with_label((gchar *)lbl); `}
lib/gtk/v3_4/gtk_widgets_ext.nit:278,2--107