efl/src/lib/elementary/elm_separator.eo

17 lines
411 B
Plaintext
Raw Normal View History

class Elm.Separator (Elm.Layout, Efl.Orientation)
2014-03-26 02:30:53 -07:00
{
legacy_prefix: elm_separator;
2014-03-26 02:30:53 -07:00
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;
2014-03-26 02:30:53 -07:00
}
}