Function EditorInterface.getBaseControl

Returns the main container of Godot editor's window. You can use it, for example, to retrieve the size of the container and place your controls accordingly.

Control getBaseControl() nothrow @nogc;