Closing the last of the windows of class "MainWindow" will end the application.
Public Member Functions | |
this (char[] title) | |
Creates a new MainWindow with a title. | |
protected bit | windowDelete (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.
|
|
Executed when the user tries to close the window.
|