Efl.Ui.Textpath_* (from Efl.Ui.Textpath.*)

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

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Xavi Artigas 2018-04-09 17:23:34 +02:00 committed by Cedric Bail
parent 9ded795830
commit 3b489a71e2
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
enum Efl.Ui.Textpath.Direction { enum Efl.Ui.Textpath_Direction {
[[Textpath direction]] [[Textpath direction]]
cw, [[Clockwise]] cw, [[Clockwise]]
ccw [[Counter-clockwise]] ccw [[Counter-clockwise]]
@ -15,7 +15,7 @@ class Efl.Ui.Textpath (Efl.Ui.Layout.Object, Efl.Object, Efl.Text, Efl.Gfx.Path)
@in y: double; [[Y coordinate of center]] @in y: double; [[Y coordinate of center]]
@in radius: double; [[Radius of the circle]] @in radius: double; [[Radius of the circle]]
@in start_angle: double; [[Start angle of the circle]] @in start_angle: double; [[Start angle of the circle]]
@in direction: Efl.Ui.Textpath.Direction; [[Textpath direction]] @in direction: Efl.Ui.Textpath_Direction; [[Textpath direction]]
} }
} }
@property autofit { @property autofit {

View File

@ -1,4 +1,4 @@
class Efl.Ui.Textpath.Part (Efl.Ui.Layout.Part_Text) class Efl.Ui.Textpath_Part (Efl.Ui.Layout.Part_Text)
{ {
[[Efl UI Textpath internal part class]] [[Efl UI Textpath internal part class]]
data: null; data: null;