~~Title: Efl.Ui.Alert_Popup_Button~~ ===== Description ===== %%Defines the type of the alert button.%% {{page>:develop:api-include:efl:ui:alert_popup_button:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:ui:alert_popup_button:fields&nouser&nolink&nodate}} * **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 ===== 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;