efl/src/lib/elementary/elm_separator.eo

17 lines
444 B
Plaintext

class Elm.Separator (Elm.Layout, Efl.Orientation)
{
[[Elementary separator class]]
legacy_prefix: elm_separator;
eo_prefix: elm_obj_separator;
implements {
class.constructor;
Efl.Object.constructor;
Efl.Canvas.Group.group_add;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.theme_apply;
Efl.Orientation.orientation;
Elm.Layout.sizing_eval;
}
}