summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_popup.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_popup.eo')
-rw-r--r--src/lib/elementary/efl_ui_popup.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_popup.eo b/src/lib/elementary/efl_ui_popup.eo
index 619f7d7549..bcb4d62101 100644
--- a/src/lib/elementary/efl_ui_popup.eo
+++ b/src/lib/elementary/efl_ui_popup.eo
@@ -1,5 +1,5 @@
parse efl_gfx_hint;
-enum @beta Efl.Ui.Popup_Align {
+enum Efl.Ui.Popup_Align {
[[This is the alignment method for positioning Popup widgets.]]
none = 0, [[Popup not aligned.]]
center, [[Popup is aligned to the center of its anchor object.]]
@@ -9,7 +9,7 @@ enum @beta Efl.Ui.Popup_Align {
bottom [[Popup's bottom is aligned to the bottom of its anchor object.]]
}
-class @beta Efl.Ui.Popup extends Efl.Ui.Layout_Base implements Efl.Content, Efl.Ui.Focus.Layer,
+class Efl.Ui.Popup extends Efl.Ui.Layout_Base implements Efl.Content, Efl.Ui.Focus.Layer,
Efl.Ui.Widget_Scrollable_Content
{
[[A styled container widget which overlays a window's contents.