summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_separator.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_separator.eo')
-rw-r--r--src/lib/elementary/efl_ui_separator.eo15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_separator.eo b/src/lib/elementary/efl_ui_separator.eo
new file mode 100644
index 0000000000..e1d21866c8
--- /dev/null
+++ b/src/lib/elementary/efl_ui_separator.eo
@@ -0,0 +1,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; }
+ }
+}