Inheritance diagram for MainWindow:
Closing the last (TODO a list of main windows) of the windows of class "MainWindow" will end the application.
Public Member Functions | |
this (char[] title) | |
Creates a new MainWindow with a title. | |
bit | windowDeleteCallback (Window window, Event event) |
Executed when the user tries to close the window. | |
protected bit | exit (int code, bit force) |
Allows the application to close and decide if it can exit. |
|
Allows the application to close and decide if it can exit.
|
|
Creates a new MainWindow with a title.
Reimplemented from Window. |
|
Executed when the user tries to close the window.
|