Efl.Ui.Slider_Part_Indicator (from Efl.Ui.Slider.Part_Indicator)

Ref https://phab.enlightenment.org/T6847

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Xavi Artigas 2018-04-09 15:49:57 +02:00 committed by Cedric Bail
parent 0b6a0fdc97
commit 9ded795830
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class Efl.Ui.Slider (Efl.Ui.Layout.Object, Efl.Ui.Range, Efl.Ui.Direction,
methods {
}
parts {
indicator: Efl.Ui.Slider.Part_Indicator;
indicator: Efl.Ui.Slider_Part_Indicator;
[[A floating indicator above the slider.]]
}
implements {

View File

@ -1,6 +1,6 @@
import efl_ui;
class Efl.Ui.Slider.Part_Indicator (Efl.Ui.Layout.Part, Efl.Ui.Format)
class Efl.Ui.Slider_Part_Indicator (Efl.Ui.Layout.Part, Efl.Ui.Format)
{
[[Elementary slider internal part class]]
data: null;