python-efl/efl/elementary/layout.pxd

6 lines
171 B
Cython

from efl.evas cimport Evas_Object, Eina_Bool
from libc.string cimport const_char
cdef extern from "Elementary.h":
Evas_Object * elm_layout_add(Evas_Object *parent)