Part of #3367, opening to discuss separately.
Roughly proposed API:
let window_id = event_loop.create_window();
// Later
let window: &Window = event_loop.get_window(window_id);
window.set_title("foo");
See this comment for a full description of the issue.
Related: #3317.