summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_separator.eo
blob: e1d21866c89e0e939635f279d583862a9e604596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class Efl.Ui.Separator extends Efl.Ui.Item implements Efl.Ui.Layout_Orientable
{
  [[Vertical or horizontal separator line.

    Use it to separate groups of buttons in a toolbar, for example, or items on a list.
    The length of the line adapts to the size of the container, and its width is
    controlled by the theme.
  ]]

  implements {
      Efl.Object.constructor;
      Efl.Ui.Widget.theme_apply;
      Efl.Ui.Layout_Orientable.orientation { get; set; }
  }
}