Type Alias MessageBoxIcon

Source
pub type MessageBoxIcon = BNMessageBoxIcon;

Aliased Type§

#[repr(u32)]
pub enum MessageBoxIcon { InformationIcon = 0, QuestionIcon = 1, WarningIcon = 2, ErrorIcon = 3, }

Variants§

§

InformationIcon = 0

§

QuestionIcon = 1

§

WarningIcon = 2

§

ErrorIcon = 3