CheckmarkTypeEnum
CheckmarkTypeEnum enumeration constants are used to designate the type of checkmark.
typedef enum {
CMT_Square,
CMT_Empty,
CMT_Custom
} CheckmarkTypeEnum;
Elements
Name | Description |
---|---|
CMT_Square | Checkmarks in squares. |
CMT_Empty | Checkmarks against an empty background. |
CMT_Custom | The checkmark has a non-standard form. |
Used in
15.08.2023 13:19:30