Function VisualServerSingleton.canvasItemSetZAsRelativeToParent

If this is enabled, the Z index of the parent will be added to the children's Z index.

void canvasItemSetZAsRelativeToParent (
  const(RID) item,
  const(bool) enabled
) nothrow @nogc;