UiElement.destroy

Destroy this element and remove it from the GUI.

Caveats: Once an element is destroyed it can no longer be referenced in your code or a segmentation fault will occur and potentially crash your program.

class UiElement
void
destroy
()

Meta