cxWidgets 1.0
Namespaces | Enumerations
cxWidgetItems.h File Reference

Defines an enumeration for the different cxWidgets items (title,. More...

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::e_WidgetItems {
  cx::eMESSAGE = 0 , cx::eTITLE , cx::eSTATUS , cx::eBORDER ,
  cx::eMENU_SELECTION , cx::eLABEL , cx::eDATA_READONLY , cx::eDATA_EDITABLE ,
  cx::eDATA , cx::eHOTKEY
}
 

Detailed Description

Defines an enumeration for the different cxWidgets items (title,.

message, status, border, menu selection, label, read-only data item,

editable data item, hotkey).


Note to programmer: If you add to this enumeration, you may also want to add

an appropriate collection to cxBase (and to the appropriate window

classes) for that type of attribute and add a case to these functions in

cxBase (and the window classes):

Also, if you add to this enumeration, you will also have to update the

following: