Skip to main content
Destroys an ImGuiWindow. If the object still points to a window, the method removes that window from Real’s tracked ImGui window list, unreferences stored element callbacks, deletes the window record, and sets the Instance reference to nil. Calling destroy again on the same object returns without doing anything.

Syntax

Arguments

Types

ImGuiWindow

Handle returned by imgui.create. Control-building methods return the same handle so calls can be chained.