These flags can be passed to retroflat_message() to indicate the type of message being conveyed.
More...
|
#define | RETROFLAT_MSG_FLAG_TYPE_MASK 0x07 |
| This mask covers all possible icon/type flags.
|
|
#define | RETROFLAT_MSG_FLAG_ERROR 0x01 |
| This icon/type flag indicates an error. It will try to display messages in an urgent way with a red icon, if possible.
|
|
#define | RETROFLAT_MSG_FLAG_INFO 0x02 |
| This icon/type flag indicates an informational notice. It will try to display messages in a definite way, with an i or speech bubble icon, if possible.
|
|
#define | RETROFLAT_MSG_FLAG_WARNING 0x04 |
| This icon/type flag indicates a condition the user should be aware of. It will try to display messages in an urgent way with a yellow icon, if possible.
|
|
These flags can be passed to retroflat_message() to indicate the type of message being conveyed.