python-efl/efl/elementary/fileselector_entry_cdef.pxi

9 lines
749 B
Cython

cdef extern from "Elementary.h":
Evas_Object * elm_fileselector_entry_add(Evas_Object *parent)
void elm_fileselector_entry_window_title_set(Evas_Object *obj, const char *title)
const char * elm_fileselector_entry_window_title_get(const Evas_Object *obj)
void elm_fileselector_entry_window_size_set(Evas_Object *obj, Evas_Coord width, Evas_Coord height)
void elm_fileselector_entry_window_size_get(const Evas_Object *obj, Evas_Coord *width, Evas_Coord *height)
void elm_fileselector_entry_inwin_mode_set(Evas_Object *obj, Eina_Bool value)
Eina_Bool elm_fileselector_entry_inwin_mode_get(const Evas_Object *obj)