|
cxWidgets 1.0
|
#include "cxDialog.h"#include "cxButton.h"#include "cxMessageDialogStyles.h"#include <string>#include <memory>

Go to the source code of this file.
Classes | |
| class | cx::cxMessageDialog |
| Represents a dialog box with "OK" and/or "Cancel". More... | |
Namespaces | |
| namespace | cx |
| cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all its derivitives) | |
Macros | |
| #define | OKBTN_HEIGHT 3 |
| #define | OKBTN_WIDTH 4 |
| #define | CANCELBTN_HEIGHT 3 |
| #define | CANCELBTN_WIDTH 8 |
| #define | YESBTN_HEIGHT 3 |
| #define | YESBTN_WIDTH 5 |
| #define | NOBTN_HEIGHT 3 |
| #define | NOBTN_WIDTH 4 |
| #define CANCELBTN_HEIGHT 3 |
| #define CANCELBTN_WIDTH 8 |
| #define NOBTN_HEIGHT 3 |
| #define NOBTN_WIDTH 4 |
| #define OKBTN_HEIGHT 3 |
| #define OKBTN_WIDTH 4 |
| #define YESBTN_HEIGHT 3 |
| #define YESBTN_WIDTH 5 |