Table of Contents

Description

Defines the type of the alert button.

Fields

Signature

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

C signature

typedef enum {
    EFL_UI_ALERT_POPUP_BUTTON_POSITIVE = 0,
    EFL_UI_ALERT_POPUP_BUTTON_NEGATIVE,
    EFL_UI_ALERT_POPUP_BUTTON_USER
} Efl_Ui_Alert_Popup_Button;