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

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 } |
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):
addAttr()
setAttr()
removeAttr()
removeAttrs()
getAttrs()
Also, if you add to this enumeration, you will also have to update the
following:
cxForm's applyWinAttributes() method, which applies the form's attributes to new inputs as they are appended to the form.
cxBase::getWidgetItemStr(), which returns a string version of a value from this enumeration.