Property definitions

gtk $ GtkMessageDialog :: new
	new (parent: GtkWindow, flags: GtkDialogFlags, msg_type: GtkMessageType, btn_type: GtkButtonsType, format: String) import String.to_cstring `{
		return (GtkMessageDialog *)gtk_message_dialog_new(parent, flags, msg_type, btn_type, String_to_cstring(format), NULL);
	`}
lib/gtk/v3_4/gtk_dialogs.nit:221,2--223,3