cxWidgets 1.0
Classes | Namespaces | Macros
cxMessageDialog.h File Reference
#include "cxDialog.h"
#include "cxButton.h"
#include "cxMessageDialogStyles.h"
#include <string>
#include <memory>
Include dependency graph for cxMessageDialog.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ CANCELBTN_HEIGHT

#define CANCELBTN_HEIGHT   3

◆ CANCELBTN_WIDTH

#define CANCELBTN_WIDTH   8

◆ NOBTN_HEIGHT

#define NOBTN_HEIGHT   3

◆ NOBTN_WIDTH

#define NOBTN_WIDTH   4

◆ OKBTN_HEIGHT

#define OKBTN_HEIGHT   3

◆ OKBTN_WIDTH

#define OKBTN_WIDTH   4

◆ YESBTN_HEIGHT

#define YESBTN_HEIGHT   3

◆ YESBTN_WIDTH

#define YESBTN_WIDTH   5