app :: App :: native_stack=
GtkStack used to simulate the many app.nit windows
	# Root `GtkStack` used to simulate the many app.nit windows
	var native_stack: GtkStack is lazy do
		var stack = new GtkStack
		stack.homogeneous = false
		return stack
	end
					lib/linux/ui.nit:51,2--56,4