slider: Advertise indicator part in the EO file

There are 3 other indicator APIs that aren't in the part class... why?
This commit is contained in:
Jean-Philippe Andre 2017-11-07 22:00:32 +09:00
parent 0076f54112
commit 8aeccdb7a1
1 changed files with 3 additions and 0 deletions

View 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;