#include <x86UNIXMessageBox.h>
|
| static const int | OK = 1 |
| |
| static const int | Cancel = 2 |
| |
| static const int | Retry = 3 |
| |
| int alertOK |
( |
const char * |
windowTitle, |
|
|
const char * |
message |
|
) |
| |
| int alertOKCancel |
( |
const char * |
windowTitle, |
|
|
const char * |
message |
|
) |
| |
| int alertRetryCancel |
( |
const char * |
windowTitle, |
|
|
const char * |
message |
|
) |
| |
| int alertYesNo |
( |
const char * |
windowTitle, |
|
|
const char * |
message |
|
) |
| |
The documentation for this class was generated from the following files:
- platformX86UNIX/x86UNIXMessageBox.h
- platformX86UNIX/x86UNIXMessageBox.cc