summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_alert_popup.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_alert_popup.eo')
-rw-r--r--src/lib/elementary/efl_ui_alert_popup.eo6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elementary/efl_ui_alert_popup.eo b/src/lib/elementary/efl_ui_alert_popup.eo
index 8a4e86e863..2669a553e8 100644
--- a/src/lib/elementary/efl_ui_alert_popup.eo
+++ b/src/lib/elementary/efl_ui_alert_popup.eo
@@ -1,16 +1,16 @@
-enum @beta Efl.Ui.Alert_Popup_Button {
+enum Efl.Ui.Alert_Popup_Button {
[[Defines the type of the alert button.]]
positive = 0, [[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".]]
}
-struct @beta Efl.Ui.Alert_Popup_Button_Clicked_Event {
+struct Efl.Ui.Alert_Popup_Button_Clicked_Event {
[[Information for @[Efl.Ui.Alert_Popup.button,clicked] event.]]
button_type: Efl.Ui.Alert_Popup_Button; [[Clicked button type.]]
}
-class @beta Efl.Ui.Alert_Popup extends Efl.Ui.Popup
+class Efl.Ui.Alert_Popup extends Efl.Ui.Popup
{
[[A variant of @Efl.Ui.Popup which uses a layout containing a content object and
a variable number of buttons (up to 3 total).