cxWidgets 1.0
Namespaces | Enumerations
cxMessageDialogStyles.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cx
 cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all its derivitives)
 

Enumerations

enum  cx::eMessageDialogStyles {
  cx::cxYES = 2 , cx::cxOK = 4 , cx::cxNO = 8 , cx::cxCANCEL = 16 ,
  cx::cxYES_NO = (cxYES | cxNO) , cx::cxOK_CANCEL = (cxOK | cxCANCEL) , cx::cxYES_DEFAULT = 0 , cx::cxNO_DEFAULT = 32
}