IUP/Dialogs/IupDestroy

From Vendetta Lua
Jump to: navigation, search

IupDestroy

Destroys an interface element and all of its descendants. Only dialogs, timers, popup menus and images should be normally destroyed, but detached controls can also be destroyed.

Parameters/Return

iup.Destroy(element: ihandle)
element: Identifier of the interface element to be destroyed.

Notes

This function deletes also the names associated to the interface elements being destroyed. It does not free the memory of attribute values that were allocated by the application.
Images associated with controls are not destroyed, because images can be reused in several controls the application must destroy them when they are not used anymore.