efl/src/lib/elementary/elm_separator.eo

25 lines
595 B
Plaintext

class Elm.Separator (Efl.Ui.Layout, Efl.Ui.Legacy)
{
[[Elementary separator class]]
legacy_prefix: elm_separator;
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;
Efl.Object.constructor;
Efl.Ui.Widget.theme_apply;
}
}