UIElement.removeChild

Removes a child (but does not destroy it, you take back the ownership of it). Useful for creating dynamic UI's. MAYDO: there are restrictions for where this is allowed. Find them.

class UIElement
public nothrow @nogc final
void
removeChild

Meta