Try to convince the window manage to decorate or not this window

Property definitions

gtk $ GtkWindow :: decorated=
	# Try to convince the window manage to decorate or not this window
	fun decorated=(setting: Bool) `{ gtk_window_set_decorated(self, setting); `}
lib/gtk/v3_4/gtk_core.nit:321,2--322,77