ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
message_box_icon.hpp File Reference

Icon type for message box / dialog. More...

This graph shows which files directly or indirectly include this file:

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...

Detailed Description

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.

Note
Included by platform/ui.hpp; do not include this file directly.