slider: Advertise indicator part in the EO file
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 7 Nov 2017 13:00:32 +0000 (22:00 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 7 Nov 2017 13:00:43 +0000 (22:00 +0900)
There are 3 other indicator APIs that aren't in the part class... why?

src/lib/elementary/efl_ui_slider.eo

index 0368087..31f2d89 100644 (file)
@@ -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;