A warning window is a modal window that looks something like this:
+---------------------------+ | title [x]| +---------------------------+ | imageimageimage message | | imageimageimage message | | imageimageimage message | | imageimageimage message | | imageimageimage message | | imageimageimage message | | | | [ ] Don't show this again | |---------------------------| | Help Continue Cancel | +---------------------------+
message can auto wrap if parameter wrapLength > 0. If there is no image, the message will stretch across. ShowModal returns True if Continue button was clicked, False otherwise.
#include
<class_warning_window_1_1_warning_window.h>

Public Member Functions |
|
| __init__ () | |
| DoCreate () | |
| DoLayout () | |
| ShowModal () | |
| ModalWasContinue () | |
| OnContinueClicked () | |
| OnCancelClicked () | |
| OnDontShowClicked () | |
| WarningWindow.WarningWindow.__init__ | ( | ) |
Reimplemented in WarningWindow.AnotherWarningWindow.
| WarningWindow.WarningWindow.DoCreate | ( | ) |
| WarningWindow.WarningWindow.DoLayout | ( | ) |
| WarningWindow.WarningWindow.ShowModal | ( | ) |
| WarningWindow.WarningWindow.ModalWasContinue | ( | ) |
| WarningWindow.WarningWindow.OnContinueClicked | ( | ) |
| WarningWindow.WarningWindow.OnCancelClicked | ( | ) |
| WarningWindow.WarningWindow.OnDontShowClicked | ( | ) |
Reimplemented in WarningWindow.AnotherWarningWindow.