Set the content of this message box

Property definitions

cocoa $ NSAlert :: message_text=
	# Set the content of this message box
	fun message_text=(text: NSString) in "ObjC" `{ [self setMessageText:text]; `}
lib/cocoa/app_kit.nit:33,2--34,78