python-efl/efl/elementary/innerwindow.pxd

9 lines
452 B
Cython

from efl.evas cimport Evas_Object
cdef extern from "Elementary.h":
Evas_Object *elm_win_inwin_add(Evas_Object *obj)
void elm_win_inwin_activate(Evas_Object *obj)
void elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *content)
Evas_Object *elm_win_inwin_content_get(const Evas_Object *obj)
Evas_Object *elm_win_inwin_content_unset(Evas_Object *obj)