is_window (name: STRING): BOOLEAN
Returns True if name is a window created with make_window, otherwise False.
make_window
window and frame functions
Window_Manager
script make_explain_window is if not is_window ('explanation') then make_window ('explanation')
end end