Efl.Ui.Alert_Popup.button

Keys

  • type - Alert_Popup button type.

Values

  • text - Text of the specified button type.
  • icon - Visual to use as an icon for the specified button type.


Signature

@property button {
    set {
        keys {
            type: Efl.Ui.Alert_Popup_Button;
        }
    }
}

C signature

void efl_ui_alert_popup_button_set(Eo *obj, Efl_Ui_Alert_Popup_Button type, const char *text, Efl_Canvas_Object *icon);

Implemented by