efl/legacy/elementary/src/lib/elm_separator.eo

28 lines
649 B
Plaintext

class Elm.Separator (Elm.Layout)
{
eo_prefix: elm_obj_separator;
methods {
@property horizontal {
set {
[[Set the horizontal mode of a separator object]]
}
get {
[[Get the horizontal mode of a separator object]]
}
values {
horizontal: bool; [[If true, the separator is horizontal]]
}
}
}
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.theme_apply;
Elm.Layout.sizing_eval;
}
}