LibreOffice
LibreOffice 24.2 SDK API Reference
|
Infobar types. More...
Variables | |
const long | INFO = 0 |
For information messages (color: light blue). More... | |
const long | SUCCESS = 1 |
For success notifications (color: light green). More... | |
const long | WARNING = 2 |
For warning messages (color: orange). More... | |
const long | DANGER = 3 |
For critical errors (color: red). More... | |
Infobar types.
const long DANGER = 3 |
For critical errors (color: red).
const long INFO = 0 |
For information messages (color: light blue).
const long SUCCESS = 1 |
For success notifications (color: light green).
const long WARNING = 2 |
For warning messages (color: orange).