update a usage of namingspace for evas object smart.

This commit is contained in:
Hermet Park 2016-05-13 00:45:48 +09:00
parent 5194059b40
commit 96f1fc1c28
1 changed files with 9 additions and 9 deletions

View File

@ -297,15 +297,15 @@ class Enventor.Object (Elm.Widget, Efl.File) {
implements { implements {
class.constructor; class.constructor;
Eo.Base.constructor; Eo.Base.constructor;
Evas.Object_Smart.add; Evas.Object.Smart.add;
Evas.Object_Smart.del; Evas.Object.Smart.del;
Evas.Object_Smart.move; Evas.Object.Smart.move;
Evas.Object_Smart.resize; Evas.Object.Smart.resize;
Evas.Object_Smart.show; Evas.Object.Smart.show;
Evas.Object_Smart.hide; Evas.Object.Smart.hide;
Evas.Object_Smart.clip.set; Evas.Object.Smart.clip.set;
Evas.Object_Smart.clip_unset; Evas.Object.Smart.clip_unset;
Evas.Object_Smart.member_add; Evas.Object.Smart.member_add;
Efl.File.file.set; Efl.File.file.set;
} }
events { events {