Description

Information for Efl.Ui.Alert_Popup.button,clicked event.

Since 1.23

Fields

  • button_type - Clicked button type.

Signature

struct Efl.Ui.Alert_Popup_Button_Clicked_Event {
    button_type: Efl.Ui.Alert_Popup_Button;
}

C signature

typedef struct _Efl_Ui_Alert_Popup_Button_Clicked_Event {
    Efl_Ui_Alert_Popup_Button button_type;
} Efl_Ui_Alert_Popup_Button_Clicked_Event;