summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_page_indicator.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_page_indicator.eo')
-rw-r--r--src/lib/elementary/efl_page_indicator.eo18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_page_indicator.eo b/src/lib/elementary/efl_page_indicator.eo
new file mode 100644
index 0000000000..110c4be072
--- /dev/null
+++ b/src/lib/elementary/efl_page_indicator.eo
@@ -0,0 +1,18 @@
+class Efl.Page.Indicator (Efl.Object)
+{
+ [[Page indicator
+
+ Page indicator is used with @Efl.Ui.Pager.
+ It is located on the top layer of pager widget and helps users to know
+ the number of pages and the current page's index without scrolling.
+ ]]
+ methods {
+ bind {
+ [[set object]]
+ params {
+ @in pager: Efl.Ui.Pager; [[pager object]]
+ @in group: Efl.Canvas.Group; [[a dummy object for layer adjustment]]
+ }
+ }
+ }
+}