diff --git a/src/lib/elementary/efl_ui_popup_alert_scroll.eo b/src/lib/elementary/efl_ui_popup_alert_scroll.eo index 8dd6e7d464..d6ad0e45a5 100644 --- a/src/lib/elementary/efl_ui_popup_alert_scroll.eo +++ b/src/lib/elementary/efl_ui_popup_alert_scroll.eo @@ -4,25 +4,25 @@ class Efl.Ui.Popup_Alert_Scroll(Efl.Ui.Popup_Alert) { [[EFL UI Popup Alert Scroll class]] methods { - @property expandable @beta { - set { - [[Set the expandable max size of popup. + @property expandable @beta { + set { + [[Set the expandable max size of popup. - If the given max_size is -1, then popup appears with its size. - However, if the given max_size is bigger than 0, then popup size is upto the given max_size. If popup content's min size is bigger than the given max_size, then scroller appears in the popup content area. - ]] - } - get { - [[Get the expandable max size of popup. + If the given max_size is -1, then popup appears with its size. + However, if the given max_size is bigger than 0, then popup size is upto the given max_size. If popup content's min size is bigger than the given max_size, then scroller appears in the popup content area. + ]] + } + get { + [[Get the expandable max size of popup. - If the given max_size is -1, then popup appears with its size. - However, if the given max_size is bigger than 0, then popup size is upto the given max_size. If popup content's min size is bigger than the given max_size, then scroller appears in the popup content area. - ]] - } - values { - max_size: Eina.Size2D; [[A 2D max size in pixel units.]] - } - } + If the given max_size is -1, then popup appears with its size. + However, if the given max_size is bigger than 0, then popup size is upto the given max_size. If popup content's min size is bigger than the given max_size, then scroller appears in the popup content area. + ]] + } + values { + max_size: Eina.Size2D; [[A 2D max size in pixel units.]] + } + } } implements { Efl.Object.constructor;