diff options
Diffstat (limited to 'src/lib/evas/canvas/efl_canvas_object.eo')
-rw-r--r-- | src/lib/evas/canvas/efl_canvas_object.eo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/evas/canvas/efl_canvas_object.eo b/src/lib/evas/canvas/efl_canvas_object.eo index 61a5ecd..61da55f 100644 --- a/src/lib/evas/canvas/efl_canvas_object.eo +++ b/src/lib/evas/canvas/efl_canvas_object.eo | |||
@@ -1,7 +1,7 @@ | |||
1 | import evas_types; | 1 | import evas_types; |
2 | import efl_text_types; | 2 | import efl_text_types; |
3 | 3 | ||
4 | abstract Efl.Canvas.Object (Eo.Base, Efl.Gfx, Efl.Gfx.Stack, Efl.Animator, | 4 | abstract Efl.Canvas.Object (Efl.Object, Efl.Gfx, Efl.Gfx.Stack, Efl.Animator, |
5 | Efl.Input.Interface, Efl.Gfx.Size.Hint, | 5 | Efl.Input.Interface, Efl.Gfx.Size.Hint, |
6 | Efl.Gfx.Map) | 6 | Efl.Gfx.Map) |
7 | { | 7 | { |
@@ -391,7 +391,7 @@ abstract Efl.Canvas.Object (Eo.Base, Efl.Gfx, Efl.Gfx.Stack, Efl.Animator, | |||
391 | @property render_parent @protected { | 391 | @property render_parent @protected { |
392 | [[Gets the parent smart object of a given Evas object, if it has one. | 392 | [[Gets the parent smart object of a given Evas object, if it has one. |
393 | 393 | ||
394 | This can be different from @Eo.Base.parent because this one is | 394 | This can be different from @Efl.Object.parent because this one is |
395 | used internally for rendering and the normal parent is what the | 395 | used internally for rendering and the normal parent is what the |
396 | user expects to be the parent. | 396 | user expects to be the parent. |
397 | 397 | ||
@@ -552,10 +552,10 @@ abstract Efl.Canvas.Object (Eo.Base, Efl.Gfx, Efl.Gfx.Stack, Efl.Animator, | |||
552 | .type; | 552 | .type; |
553 | } | 553 | } |
554 | implements { | 554 | implements { |
555 | Eo.Base.constructor; | 555 | Efl.Object.constructor; |
556 | Eo.Base.destructor; | 556 | Efl.Object.destructor; |
557 | Eo.Base.dbg_info_get; | 557 | Efl.Object.dbg_info_get; |
558 | Eo.Base.provider_find; | 558 | Efl.Object.provider_find; |
559 | Efl.Gfx.visible.set; | 559 | Efl.Gfx.visible.set; |
560 | Efl.Gfx.visible.get; | 560 | Efl.Gfx.visible.get; |
561 | Efl.Gfx.color.set; | 561 | Efl.Gfx.color.set; |