DVUI

dialogRemove

Only called from gui thread.

Parameters

#
id:Id
Id

Source

Implementation

#
pub fn dialogRemove(id: Id) void {
    const cw = currentWindow();
    cw.dialogs.remove(id);
    cw.refreshWindow(@src(), id);
}