Description

Defines the type of the alert button.

Since 1.23

Fields

  • positive - Button having positive meaning. E.g. "Yes".
  • negative - Button having negative meaning. E.g. "No".
  • user - Button having user-defined meaning. E.g. "More information".

Signature

enum Efl.Ui.Alert_Popup_Button {
    positive: 0,
    negative,
    user
}

C signature