jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8aeccdb7a19a33349e7bc7ca734ba9ed7f948c14

commit 8aeccdb7a19a33349e7bc7ca734ba9ed7f948c14
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Nov 7 22:00:32 2017 +0900

    slider: Advertise indicator part in the EO file
    
    There are 3 other indicator APIs that aren't in the part class... why?
---
 src/lib/elementary/efl_ui_slider.eo | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/elementary/efl_ui_slider.eo 
b/src/lib/elementary/efl_ui_slider.eo
index 0368087ffd..31f2d89b51 100644
--- a/src/lib/elementary/efl_ui_slider.eo
+++ b/src/lib/elementary/efl_ui_slider.eo
@@ -65,6 +65,9 @@ class Efl.Ui.Slider (Efl.Ui.Layout, Efl.Ui.Range, 
Efl.Ui.Direction,
          }
       }
    }
+   parts {
+      indicator: Efl.Ui.Slider.Part; [[A floating indicator above the slider.]]
+   }
    implements {
       class.constructor;
       Efl.Object.constructor;

-- 


Reply via email to