Function EditorPlugin.removeControlFromContainer

Removes the control from the specified container. You have to manually Node.queueFree the control.

void removeControlFromContainer (
  const(long) container,
  Control control
) nothrow @nogc;