Elementary.Object: Use Evas.Object._set_obj()

This commit is contained in:
Kai Huuhko 2015-03-12 21:17:25 +02:00
parent 4b9a44d2fc
commit ccc88f6650
1 changed files with 3 additions and 0 deletions

View File

@ -363,6 +363,9 @@ cdef class Object(SmartObject):
if type(self) is Object:
raise TypeError("Must not instantiate Object, but subclasses")
cdef int _set_obj(self, Evas_Object *obj) except 0:
return evasObject._set_obj(self, obj)
def part_text_set(self, part, text):
"""Sets the text of a given part of this object.