Description

Defines the mode of a urgent window.

Fields

  • none - The window is not a urgent window.
  • urgent - The window is a urgent window.

Signature

enum Efl.Ui.Win_Urgent_Mode {
    none: 0,
    urgent
}

C signature

typedef enum {
    EFL_UI_WIN_URGENT_MODE_NONE = 0,
    EFL_UI_WIN_URGENT_MODE_URGENT
} Efl_Ui_Win_Urgent_Mode;