UIElement.removeChild

Removes a child from its parent. Useful for creating dynamic UI's.

Warning: For now, it's way better to create all the widgets in advance and use .visibility to make them coexist.

FUTURE: there are restrictions and lots of races for where this is actually allowed. Find them.

class UIElement
nothrow @nogc final
void
removeChild

Meta