S or /

SourceEnum UserAttentionType

from egui import UserAttentionType
UserAttentionType.Critical
UserAttentionType.Informational
UserAttentionType.Reset

Types of attention to request from a user when a native window is not in focus.

See [winit's documentation]user_attention_type for platform-specific meaning of the attention types.

user_attention_type: https://docs.rs/winit/latest/winit/window/enum.UserAttentionType.html

Variants§

UserAttentionType.Critical Enum value§

UserAttentionType.Informational Enum value§

UserAttentionType.Reset Enum value§

Methods§

@staticmethod def all() -> list[UserAttentionType]§
def name(self, /) -> str§