JUCE
Enumerations

Enumerations

enum class  MessageBoxIconType { NoIcon , QuestionIcon , WarningIcon , InfoIcon }
 The type of icon to show in the dialog box. More...
 

Detailed Description

Enumeration Type Documentation

◆ MessageBoxIconType

enum MessageBoxIconType
strong

The type of icon to show in the dialog box.

Enumerator
NoIcon 

No icon will be shown on the dialog box.

QuestionIcon 

A question-mark icon, for dialog boxes that need the user to answer a question.

WarningIcon 

An exclamation mark to indicate that the dialog is a warning about something and shouldn't be ignored.

InfoIcon 

An icon that indicates that the dialog box is just giving the user some information, which doesn't require a response from them.