![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Icon type for message box / dialog. More...
Go to the source code of this file.
Namespaces | |
| namespace | toy |
| Root namespace containing all engine modules. | |
| namespace | toy::platform |
| namespace | toy::platform::ui |
| Platform UI: orientation, window show state, window style flags, message box (icon, buttons, return value). | |
Enumerations | |
| enum class | toy::platform::ui::MessageBoxIcon { toy::platform::ui::None , toy::platform::ui::Error , toy::platform::ui::Question , toy::platform::ui::Warning , toy::platform::ui::Information } |
| Icon shown in a message box or dialog. More... | |
Icon type for message box / dialog.
Defines toy::platform::ui::MessageBoxIcon: which icon is displayed in a message box (none, error, question, warning, information). Used by platform UI APIs that show dialogs.