Macros | |
#define | D4D_LBL_F_DEFAULT |
This is label init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_FOCUSRECT) as a default. More... | |
#define | D4D_LBL_TXT_PRTY_DEFAULT |
This is label init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More... | |
#define | D4D_LBL_FNT_PRTY_DEFAULT |
This is label init font properties. If not defined, it sets to ( 0 ) as a default. More... | |
This section specifies the exact constants used by widget.
#define D4D_LBL_F_DEFAULT |
This is label init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_FOCUSRECT) as a default.
Definition at line 61 of file d4d_label.h.
#define D4D_LBL_FNT_PRTY_DEFAULT |
This is label init font properties. If not defined, it sets to ( 0 ) as a default.
Definition at line 73 of file d4d_label.h.
#define D4D_LBL_TXT_PRTY_DEFAULT |
This is label init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.
Definition at line 67 of file d4d_label.h.