First page Back Continue Last page Graphics
What's new: Main Window
No more obscure "delete_event" signal nonsense.
No more self-destructing Gtk::Windows.
Gtk::Main::run(window) override.
Shows the window, starts the event loop, and stops the event loop when the window is closed.
Says 'This is the main application window.' or 'The window and the application have the same lifetime.'