Defines the type of the alert button.
Since 1.23
enum Efl.Ui.Alert_Popup_Button { positive: 0, negative, user }
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;