efl/src/lib/elementary/efl_ui_popup_alert_scroll.eo

24 lines
616 B
Plaintext
Raw Normal View History

class Efl.Ui.Popup.Alert.Scroll(Efl.Ui.Popup.Alert)
{
methods {
@property expandable {
set {
[[Set the expandable of popup.
If the contents of the popup has min size, popup will be increased by min size.
If max hint is set, it will be increased to value of max hint,
and then scrolling will occur.
]]
}
values {
is_expandable_w: bool;
is_expandable_h: bool;
}
}
}
implements {
Efl.Gfx.Size.Hint.hint_max { set; }
Efl.Part.part;
}
}